From: batt Date: Thu, 27 May 2010 22:38:00 +0000 (+0000) Subject: Add Arduino APRS project description. X-Git-Tag: 2.5.0~53 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=76b13f8a079264775b6f677ce8c0ab366c5c45c0;p=bertos.git Add Arduino APRS project description. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3864 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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. +

+"""