Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: main.cpp
- Revision:
- 48:18919bb88fa1
- Parent:
- 33:8f5a4ce4ba4a
--- a/main.cpp Mon Jan 11 12:01:14 2016 +0000 +++ b/main.cpp Tue Jan 12 13:12:16 2016 +0000 @@ -24,6 +24,7 @@ int main() { + // ******************INITIALISATIONS START****************** // COM RX RX1M.baud(1200); @@ -35,7 +36,8 @@ RX1M.attach(&rx_read, Serial::RxIrq); // DEBUG -// gPC.puts("welcome to mng_tm_tc\r\n"); + gPC.baud(1200); + gPC.puts("welcome to mng_tm_tc\r\n"); // COMMON SPI spi.format(8,0);