Example ti send and receive messages between 2 Microbits
Fork of microbit by
Revision 15:e4c8426c5956, committed 2018-06-26
- Comitter:
- themadrobot
- Date:
- Tue Jun 26 10:46:30 2018 +0000
- Parent:
- 14:4b89e7e3494f
- Commit message:
- Microbit example to use radio sending between 2 Microbits
Changed in this revision
inc/MicroBit.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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. *