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

Dependencies:   microbit

Revision:
6:bd39b12d4ac8
Parent:
5:80cb8f9db01e
Child:
7:e2779d2fef9c
Child:
9:4a977a37097a
--- a/readme.txt	Fri Dec 14 18:26:16 2018 +0000
+++ b/readme.txt	Mon Jan 14 03:32:41 2019 +0000
@@ -1,14 +1,14 @@
 //=================================
 // microbit_switch_if_3sw
 //=================================
-//    BLE switch interface with 3 tact switches or 3 touch sensors using micro:bit
+//    BLE switch interface with 3 tact switches for micro:bit
 //    It is intended for use with ios devices.
 //
-//    The MIT License (MIT)   Copyright (c) 2018 Masatomo Kojima
+//    The MIT License (MIT)   Copyright (c) 2019 Masatomo Kojima
 //
 //  LED message
-//    S  key code setting sw1,2
-//    T  key code setting sw3
+//    S  key code setting P1, P2
+//    T  key code setting P0
 //    C  Conected
 //    P  success Pearing
 //    F  Fail pearing
@@ -19,6 +19,7 @@
 //  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
 //
 //  I refer to information written on the following sites.
 //    (1)https://os.mbed.com/teams/microbit/code/microbit_presenter/
@@ -34,4 +35,6 @@
 3SW-180922  軽微な修正
 3SW-181125  "makey makey" style touch sensor に対応
             ボタンA:RIGHT_ARROW ボタンB:LEFT_ARROW に変更
+3SW-190114  P1とP2のコード設定をSの値で、P0のコード設定をTの値でするように変更
+       P15は、P2と同じ動作
             
\ No newline at end of file