Example for BBC Micro:bit
Fork of microbit-samples by
Revision 9:fbe11a5939af, committed 2017-11-27
- Comitter:
- vshymanskyy
- Date:
- Mon Nov 27 22:00:33 2017 +0000
- Parent:
- 8:552c2e4675c5
- Child:
- 10:3081f1233bdb
- Commit message:
- Update
Changed in this revision
source/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/main.cpp Mon Nov 27 21:32:38 2017 +0000 +++ b/source/main.cpp Mon Nov 27 22:00:33 2017 +0000 @@ -27,19 +27,17 @@ Warning: Bluetooth support is in beta! *************************************************************/ - #include <MicroBit.h> - MicroBit uBit; -#define BLYNK_DEBUG +//#define BLYNK_DEBUG #define BLYNK_PRINT uBit.serial #include <BlynkSimpleMicroBit.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). -char auth[] = "338b85a6c7aa451689ee3590cde0ad33"; +char auth[] = "YourAuthToken"; void onConnected(MicroBitEvent e)