Add example projects description.
[bertos.git] / boards / at91sam7x-ek / examples / sd_fat / .spec
index aac44ebfc53dd0e281fd1f6cb3cc0fc1c68e7774..138e7b36a0ad49197a40940f672efb2616863bd8 100644 (file)
@@ -1 +1,28 @@
-name = 'SD Fat filesystem and INI parser.'
+name = 'SD card datalogger'
+description="""
+<h1>SD card datalogger</h1>
+
+<h2>Overview</h2>
+<p>
+The purpose of this project is to create a temperature and pressure logger.
+<\p>
+
+<p>
+The logger measures and stores temperature and pressure readings on a SD card
+using the FAT filesystem, so the user can easily download the stored data by
+plugging the SD card straight into a PC. Data can then be graphed, printed or
+exported to any other application.
+<\p>
+
+<p>
+The user can also easily setup different parameters (like the logging rate, the
+filename that represents the log, etc.) without reporgramming the device,
+using the "BeRTOS ini reader" module.
+<\p>
+
+<p>
+For schematics and up to date information on this project,
+check the <a href="http://www.bertos.org/use/examples-projects/at91sam7x-ek-datalogger">SD card datalogger</a>
+page on the BeRTOS site.
+</p>
+"""