Add example projects description.
[bertos.git] / boards / at91sam7x-ek / examples / sd_fat / .spec
1 name = 'SD card datalogger'
2 description="""
3 <h1>SD card datalogger</h1>
4
5 <h2>Overview</h2>
6 <p>
7 The purpose of this project is to create a temperature and pressure logger.
8 <\p>
9
10 <p>
11 The logger measures and stores temperature and pressure readings on a SD card
12 using the FAT filesystem, so the user can easily download the stored data by
13 plugging the SD card straight into a PC. Data can then be graphed, printed or
14 exported to any other application.
15 <\p>
16
17 <p>
18 The user can also easily setup different parameters (like the logging rate, the
19 filename that represents the log, etc.) without reporgramming the device,
20 using the "BeRTOS ini reader" module.
21 <\p>
22
23 <p>
24 For schematics and up to date information on this project,
25 check the <a href="http://www.bertos.org/use/examples-projects/at91sam7x-ek-datalogger">SD card datalogger</a>
26 page on the BeRTOS site.
27 </p>
28 """