X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_sd_fat%2F.spec;fp=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_sd_fat%2F.spec;h=138e7b36a0ad49197a40940f672efb2616863bd8;hb=67813e9ec40a4189348aa829f93a188c017a4c87;hp=0000000000000000000000000000000000000000;hpb=6c4b0cf8c98308df4866839b9c7d8fe813376969;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/.spec b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/.spec new file mode 100644 index 00000000..138e7b36 --- /dev/null +++ b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/.spec @@ -0,0 +1,28 @@ +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. +

+"""