Add Arduino APRS project description.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 27 May 2010 22:38:00 +0000 (22:38 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 27 May 2010 22:38:00 +0000 (22:38 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3864 38d2e660-2303-0410-9eaa-f027e97ec537

boards/arduino/examples/aprs/.spec

index 63b8b94b0a2308b4ebc8bf2afbb24e96ff46636e..345ff098ead3134179a1046b67e2e7f18ddd1e92 100644 (file)
@@ -1 +1,21 @@
 name = 'APRS Radio demo'
+description="""
+<h1>APRS</h1>
+
+<h2>Overview</h2>
+<p>
+The purpose of this project is to implement an APRS tracker using an Arduino
+Duemilanove.
+</p>
+
+<p>
+This device can be used to periodically send a message through a radio AFSK
+channel and log the received messages to a serial port (UART).
+</p>
+
+<p>
+For schematics and up to date information on this project,
+check the <a href="http://www.bertos.org/use/examples-projects/arduino-aprs/">Arduino APRS</a>
+page on the BeRTOS site.
+</p>
+"""