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: USBDevice mbed mbed-rtos
Diff: bluetoothComm.h
- Revision:
- 3:6a249e8de7d8
- Parent:
- 2:1a0d675eaa6f
--- a/bluetoothComm.h Thu Mar 26 20:21:30 2015 +0000 +++ b/bluetoothComm.h Fri Mar 27 03:22:12 2015 +0000 @@ -8,16 +8,16 @@ #define sendBluetoothChar(toSend) (bt.putc((char)toSend)) #define getBluetoothChar() ((char) bt.getc()) #include "string_functions.h" -#define robotPrint(toPrint) console1.printf(toPrint) -#define robotPrintln(toPrint) console1.printf(toPrint) +//#define robotPrint(toPrint) console1.printf(toPrint) +//#define robotPrintln(toPrint) console1.printf(toPrint) #define PRINT_DEBUG 0 #if PRINT_DEBUG == 1 -#define robotPrintDebug(toPrint) robotPrint(toPrint) -#define robotPrintlnDebug(toPrint) robotPrintln(toPrint) +//#define robotPrintDebug(toPrint) robotPrint(toPrint) +//#define robotPrintlnDebug(toPrint) robotPrintln(toPrint) #else -#define robotPrintDebug(toPrint) -#define robotPrintlnDebug(toPrint) +//#define robotPrintDebug(toPrint) +//#define robotPrintlnDebug(toPrint) #endif extern Serial bt; // tx, rx