This software is designed to write to an SD card on the mbed adapter module which is part of the RS-EDP system.

Dependencies:   mbed SDFileSystem

Committer:
DavidGilesHitex
Date:
Fri Nov 19 09:57:10 2010 +0000
Revision:
0:906fb336fd7a

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DavidGilesHitex 0:906fb336fd7a 1 /* Defines */
DavidGilesHitex 0:906fb336fd7a 2 /* ******* */
DavidGilesHitex 0:906fb336fd7a 3
DavidGilesHitex 0:906fb336fd7a 4
DavidGilesHitex 0:906fb336fd7a 5 /* Software Revision Number */
DavidGilesHitex 0:906fb336fd7a 6 #define FIRMWARE_VERSION 3
DavidGilesHitex 0:906fb336fd7a 7
DavidGilesHitex 0:906fb336fd7a 8
DavidGilesHitex 0:906fb336fd7a 9 /* LED On/OFF Defines */
DavidGilesHitex 0:906fb336fd7a 10 #define LED_ON 1
DavidGilesHitex 0:906fb336fd7a 11 #define LED_OFF 0