Example ti send and receive messages between 2 Microbits
Fork of microbit by
Diff: inc/MicroBit.h
- Revision:
- 15:e4c8426c5956
- Parent:
- 13:802a76669499
diff -r 4b89e7e3494f -r e4c8426c5956 inc/MicroBit.h --- a/inc/MicroBit.h Wed Jul 13 14:33:05 2016 +0000 +++ b/inc/MicroBit.h Tue Jun 26 10:46:30 2018 +0000 @@ -68,7 +68,7 @@ // MicroBit::flags values #define MICROBIT_INITIALIZED 0x01 - +#define MICROBIT_BLE_ENABLED 0 /** * Class definition for a MicroBit device. *