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

HeaderFiles/mbed_Port_Structure.h

Committer:
DavidGilesHitex
Date:
2010-11-19
Revision:
0:906fb336fd7a

File content as of revision 0:906fb336fd7a:

/* Header Files for Port Structure */
/* ******************************* */


extern void setup_mbed_ports(void);


/* Configure the I/O Port Structure */
extern DigitalOut User_Led1;
extern DigitalOut User_Led2;
extern DigitalOut User_Led3;
extern DigitalOut User_Led4;


/* Serial interface via USB  */
extern Serial pc;