X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fexamples%2Faprs%2F.spec;h=345ff098ead3134179a1046b67e2e7f18ddd1e92;hb=cd7f7400bd7798f2b1082ee1f9fe91fef8e5ca27;hp=63b8b94b0a2308b4ebc8bf2afbb24e96ff46636e;hpb=ecb34d7a7fa3e00d9157eeafa2dea50cbbc317ce;p=bertos.git diff --git a/boards/arduino/examples/aprs/.spec b/boards/arduino/examples/aprs/.spec index 63b8b94b..345ff098 100644 --- a/boards/arduino/examples/aprs/.spec +++ b/boards/arduino/examples/aprs/.spec @@ -1 +1,21 @@ name = 'APRS Radio demo' +description=""" +

APRS

+ +

Overview

+

+The purpose of this project is to implement an APRS tracker using an Arduino +Duemilanove. +

+ +

+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). +

+ +

+For schematics and up to date information on this project, +check the Arduino APRS +page on the BeRTOS site. +

+"""