Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE 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);
