BLE switch interface using micro:bit with 3 tact switches or 3 Makey Makey sensors

Dependencies:   microbit

Revision:
3:d8fd4efb63cc
Parent:
2:8e2e6c6658be
--- a/readme.txt	Sat Jun 08 04:40:57 2019 +0000
+++ b/readme.txt	Tue Jun 11 18:08:53 2019 +0000
@@ -7,8 +7,8 @@
 //    The MIT License (MIT)   Copyright (c) 2019 Masatomo Kojima
 //
 //  Please refer to the following documents. (Japanese only)
-//     http://mahoro-ba.net/files/workshop_text_switch_if_701.pdf
-//     http://mahoro-ba.net/files/workshop_text_switch_if_208.pdf
+//     http://mahoro-ba.net/files/workshop_text_switch_if_702.pdf
+//     http://mahoro-ba.net/files/workshop_text_switch_if_209.pdf
 //
 //  I refer to information written on the following sites.
 //    (1)https://os.mbed.com/teams/microbit/code/microbit_presenter/
@@ -31,5 +31,5 @@
 3SW-190313  設定Tを廃止し、設定Sで3つのスイッチの組み合わせを指定するように変更
        S=3 をスイッチコントロール用に他で使わないコードを割り当てる
 3SW-190316  S=3のキー割り当てを変更
-3SW-190608  キーバッファ方式に変更            
-
+3SW-190607  キーバッファ方式に変更            
+3SW-190612  timerの使い方を変更