BLE switch interface with GROVE joystic for micro:bit http://mahoro-ba.net/e2073.html

Dependencies:   microbit

Revision:
14:469243e10ce5
Parent:
13:39ecc149d163
Child:
15:e0aa8c44cd70
--- a/main.cpp	Sun Feb 24 20:26:39 2019 +0000
+++ b/main.cpp	Fri Mar 15 21:21:38 2019 +0000
@@ -7,8 +7,7 @@
 //    The MIT License (MIT)   Copyright (c) 2019 Masatomo Kojima
 //
 //  LED message
-//    S  key code setting P1,P2
-//    T  key code setting P0
+//    S  key code setting
 //    C  Conected
 //    P  success Pearing
 //    F  Fail pearing
@@ -18,7 +17,7 @@
 //    G  GROVE sensor connect error
 //---------------------------------
 
-#define VERSION     "JOY-190225"
+#define VERSION     "JOY-190316"
 //#define NO_DEBUG
 
 #include "microbit_switch_if_joy.h"