Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: main.cpp
- Revision:
- 197:1369ef45b49e
- Parent:
- 196:c51bf4993f75
- Child:
- 199:9f03d6ca94c9
diff -r c51bf4993f75 -r 1369ef45b49e main.cpp --- a/main.cpp Thu Jun 30 10:19:00 2016 +0000 +++ b/main.cpp Thu Jun 30 10:51:38 2016 +0000 @@ -5,7 +5,6 @@ #include "mbed.h" #define DEBUG 1 -#define power_tx 0 #include "SimpleDMA.h" #include "dmaSPIslave.h" @@ -83,7 +82,7 @@ // DEBUG //gPC.puts("welcome to mng_tm_tc\r\n"); - gPC.baud(1200); + gPC.baud(115200);//changed for bypassing COM // COMMON SPI spi.format(8,0);