X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fexamples%2Faprs%2F.spec;h=345ff098ead3134179a1046b67e2e7f18ddd1e92;hb=76b13f8a079264775b6f677ce8c0ab366c5c45c0;hp=63b8b94b0a2308b4ebc8bf2afbb24e96ff46636e;hpb=595967f22c0bce10cfc158471c557559e1ec3aac;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. +

+"""