From 76b13f8a079264775b6f677ce8c0ab366c5c45c0 Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 27 May 2010 22:38:00 +0000 Subject: [PATCH] Add Arduino APRS project description. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3864 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/arduino/examples/aprs/.spec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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. +

+""" -- 2.25.1