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.
Diff: main.cpp
- Revision:
- 24:59caeaa9f82d
- Parent:
- 20:cdbc31a89c7f
- Child:
- 25:3d3ebfd0a73f
diff -r e23fe02664f6 -r 59caeaa9f82d main.cpp --- a/main.cpp Wed Oct 03 11:40:06 2018 +0000 +++ b/main.cpp Wed Oct 03 11:42:21 2018 +0000 @@ -6,6 +6,7 @@ * */ +#define DEBUG_MODE 1 // 0= no Debug, 1 = BT only, 2 = PC only, 3 = BT + PC #include "Crealab.h" Serial bt_uart(PA_9, PA_10); Serial pc_uart(USBTX, USBRX);