This is a complete listing of the RS-EDP software for the mbed module to support the RS-EDP platform.

Dependencies:   mbed

Committer:
DavidGilesHitex
Date:
Fri Nov 19 09:49:16 2010 +0000
Revision:
0:5b7639d1f2c4

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DavidGilesHitex 0:5b7639d1f2c4 1 /* All the header files are called by this one header */
DavidGilesHitex 0:5b7639d1f2c4 2 /* ************************************************** */
DavidGilesHitex 0:5b7639d1f2c4 3
DavidGilesHitex 0:5b7639d1f2c4 4 /* This is the top most parent header file which includes all the other header files associated with the RS-EDP platform */
DavidGilesHitex 0:5b7639d1f2c4 5
DavidGilesHitex 0:5b7639d1f2c4 6 #include "misra_types.h" /* Standard MISRA type defines */
DavidGilesHitex 0:5b7639d1f2c4 7 #include "defines.h" /* General Defines used by the modules */
DavidGilesHitex 0:5b7639d1f2c4 8 #include "RSEDP_Slave_Address_Defines.h" /* If you change the hardware I2C address of any of the devices on the modules then you must reflect the new I2C address in this header file */
DavidGilesHitex 0:5b7639d1f2c4 9
DavidGilesHitex 0:5b7639d1f2c4 10
DavidGilesHitex 0:5b7639d1f2c4 11 #include "RSEDP_Mbed_Module.h" /* all the low level peripheral drivers on te mbed module - IO ports, UART, SPI, I2C etc */
DavidGilesHitex 0:5b7639d1f2c4 12 #include "RSEDP_Base_Board.h" /* All the base board functions - EEPROM and erial latch */
DavidGilesHitex 0:5b7639d1f2c4 13 #include "RSEDP_Comms_Module.h" /* Functions to control the real time clock */
DavidGilesHitex 0:5b7639d1f2c4 14 #include "RSEDP_Digital_IO_Module.h" /* All the functions to control the serial input and output latches */
DavidGilesHitex 0:5b7639d1f2c4 15 #include "RSEDP_Analogue_Module.h" /* Functions to control digital pot and serial ADC */
DavidGilesHitex 0:5b7639d1f2c4 16 #include "RSEDP_MC1.h" /* Function relating to the Brushed DC Motor Drive module MC1 */
DavidGilesHitex 0:5b7639d1f2c4 17
DavidGilesHitex 0:5b7639d1f2c4 18 #include "RSEDP_Test.h" /* Test function to exercise all of the above */