Add example projects description.
[bertos.git] / boards / triface / examples / triface / .spec
1 name = 'Generic I/O board'
2 description="""
3 <h1>Generic I/O board</h1>
4
5 <h2>Overview</h2>
6 <p>
7 Triface is a generic development board designed by Develer. The board mounts an
8 AVR ATmega128/ATmega1281 processor and provides 8 digital input ports, 4
9 analogic input ports, 8 output ports connected to relays (able to commutate a
10 current of 5A) and 2 RS232 UART port.
11 </p>
12 <p>
13 The purpose of this project is to implement an interactive shell on the UART
14 port to manage all the devices present on the board.
15 </p>
16
17 <p>
18 The user will be able to attach a terminal on the UART port and issue specific
19 commands to read and change the state of the various devices.
20 </p>
21
22 <p>
23 For schematics and up to date information on this project,
24 check the <a href="http://www.bertos.org/use/examples-projects/triface-plc-control-board/">Triface project page</a>
25 on the BeRTOS site.
26 </p>
27 """