11th feb i2c checking chaitu's code
Dependencies: SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_CODE_FM_28JAN2017 by
Diff: DefinitionsAndGlobals.h
- Revision:
- 57:bf998cb2a104
- Parent:
- 52:0bd68655c651
- Child:
- 61:15a5dfe84945
diff -r 39e59903bc3a -r bf998cb2a104 DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Thu Jan 14 15:00:25 2016 +0000 +++ b/DefinitionsAndGlobals.h Fri Jan 15 08:59:09 2016 +0000 @@ -3,6 +3,10 @@ #define RX_TIMEOUT_LIMIT 0.5 #define COM_RX_UART_TX PTE20 #define COM_RX_UART_RX PTE21 + + // For serial port printing(SET BAUD RATE 1200) +// #define COM_RX_UART_TX USBTX +// #define COM_RX_UART_RX USBRX // COMMON SPI #define SPI_MOSI PTE1