X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2F.spec;h=138e7b36a0ad49197a40940f672efb2616863bd8;hb=30e2d1dd4de05196b9d9f1268732cca50573f700;hp=aac44ebfc53dd0e281fd1f6cb3cc0fc1c68e7774;hpb=dd7d54a9e52b47856782cfea08fd714fa6aba4e5;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/sd_fat/.spec b/boards/at91sam7x-ek/examples/sd_fat/.spec index aac44ebf..138e7b36 100644 --- a/boards/at91sam7x-ek/examples/sd_fat/.spec +++ b/boards/at91sam7x-ek/examples/sd_fat/.spec @@ -1 +1,28 @@ -name = 'SD Fat filesystem and INI parser.' +name = 'SD card datalogger' +description=""" +

SD card datalogger

+ +

Overview

+

+The purpose of this project is to create a temperature and pressure logger. +<\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> + +

+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> + +

+For schematics and up to date information on this project, +check the SD card datalogger +page on the BeRTOS site. +

+"""