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

Dependencies:   microbit

Revision:
7:e2779d2fef9c
Parent:
6:bd39b12d4ac8
Child:
12:7fb193872bec
--- a/readme.txt	Mon Jan 14 03:32:41 2019 +0000
+++ b/readme.txt	Fri Feb 22 21:10:14 2019 +0000
@@ -1,25 +1,24 @@
 //=================================
-// microbit_switch_if_3sw
+// microbit_switch_if_joy
 //=================================
-//    BLE switch interface with 3 tact switches for micro:bit
+//    BLE switch interface with GROVE joystic for micro:bit
 //    It is intended for use with ios devices.
 //
 //    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
 //    E  Error at sending data by ble
 //    e  Error at writting data to flash memory
 //    I  Error by Incorrect cording
+//    G  GROVE sensor connect error
 //
 //  Please refer to the following site. (Japanese only)
-//     http://mahoro-ba.net/e2036.html
-//     http://mahoro-ba.net/e2039.html
-//     http://mahoro-ba.net/e2065.html
+//   http://mahoro-ba.net/files/workshop_text_switch_if_103.pdf
+//   http://mahoro-ba.net/files/workshop_text_switch_if_301.pdf
 //
 //  I refer to information written on the following sites.
 //    (1)https://os.mbed.com/teams/microbit/code/microbit_presenter/
@@ -31,10 +30,5 @@
 //
 
 Version
-3SW-180917  初版リリース
-3SW-180922  軽微な修正
-3SW-181125  "makey makey" style touch sensor に対応
-            ボタンA:RIGHT_ARROW ボタンB:LEFT_ARROW に変更
-3SW-190114  P1とP2のコード設定をSの値で、P0のコード設定をTの値でするように変更
-       P15は、P2と同じ動作
+JOY-190223  初版リリース(3SW-190215から派生)
             
\ No newline at end of file