Add prefix to the preset name.
[bertos.git] / boards / arduino-mega / examples / arduino-mega_aprs / .spec
1 name = 'APRS Radio demo'
2 description="""
3 <h1>APRS</h1>
4
5 <h2>Overview</h2>
6 <p>
7 The purpose of this project is to implement an APRS tracker using an Arduino
8 Duemilanove.
9 </p>
10
11 <p>
12 This device can be used to periodically send a message through a radio AFSK
13 channel and log the received messages to a serial port (UART).
14 </p>
15
16 <p>
17 For schematics and up to date information on this project,
18 check the <a href="http://www.bertos.org/use/examples-projects/arduino-aprs/">Arduino APRS</a>
19 page on the BeRTOS site.
20 </p>
21 """