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

Dependencies:   microbit

Revision:
0:28fb3e9ef81a
Child:
3:b6e9850d3e76
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/readme.txt	Mon Sep 17 02:48:51 2018 +0000
@@ -0,0 +1,35 @@
+//=================================
+// microbit_switch_if_3sw
+//=================================
+//    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
+//
+//  LED message
+//    S  key code setting sw1,2
+//    T  key code setting sw3
+//    W  Waiting
+//    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
+//
+//  Please refer to the following site. (Japanese only)
+//     http://mahoro-ba.net/e2036.html
+//     http://mahoro-ba.net/e2039.html
+//
+//  I refer to information written on the following sites.
+//    (1)https://os.mbed.com/teams/microbit/code/microbit_presenter/
+//           Licensed under the Apache License, Version 2.0
+//
+//    (2)https://lancaster-university.github.io/microbit-docs/
+//          The MIT License (MIT)
+//          Copyright (c) 2016 British Broadcasting Corporation.
+//
+
+Version
+3SW-180917  初期リリース
+