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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers defines.h Source File

defines.h

00001 /* Defines */
00002 /* ******* */
00003 
00004 
00005 /* Software Revision Number */
00006 #define FIRMWARE_VERSION 3
00007 
00008 
00009 /* LED On/OFF Defines */
00010 #define LED_ON 1
00011 #define LED_OFF 0