Initial release

Dependencies:   microbit

Committer:
masakjm
Date:
Fri Dec 14 18:40:09 2018 +0000
Revision:
8:be1ae533ab8c
Parent:
7:ea397c48066f
Initial release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
masakjm 0:28fb3e9ef81a 1 //=================================
masakjm 8:be1ae533ab8c 2 // microbit_switch_if_wear
masakjm 0:28fb3e9ef81a 3 //=================================
masakjm 7:ea397c48066f 4 // A wearable BLE switch interface using micro bits
masakjm 0:28fb3e9ef81a 5 // It is intended for use with ios devices.
masakjm 0:28fb3e9ef81a 6 //
masakjm 0:28fb3e9ef81a 7 // The MIT License (MIT) Copyright (c) 2018 Masatomo Kojima
masakjm 0:28fb3e9ef81a 8 //
masakjm 0:28fb3e9ef81a 9 // LED message
masakjm 0:28fb3e9ef81a 10 // S key code setting sw1,2
masakjm 0:28fb3e9ef81a 11 // C Conected
masakjm 0:28fb3e9ef81a 12 // P success Pearing
masakjm 0:28fb3e9ef81a 13 // F Fail pearing
masakjm 0:28fb3e9ef81a 14 // E Error at sending data by ble
masakjm 0:28fb3e9ef81a 15 // e Error at writting data to flash memory
masakjm 0:28fb3e9ef81a 16 // I Error by Incorrect cording
masakjm 0:28fb3e9ef81a 17 //
masakjm 0:28fb3e9ef81a 18 // Please refer to the following site. (Japanese only)
masakjm 8:be1ae533ab8c 19 // http://mahoro-ba.net/e2043.html
masakjm 8:be1ae533ab8c 20 // http://mahoro-ba.net/e2044.html
masakjm 0:28fb3e9ef81a 21 //
masakjm 0:28fb3e9ef81a 22 // I refer to information written on the following sites.
masakjm 0:28fb3e9ef81a 23 // (1)https://os.mbed.com/teams/microbit/code/microbit_presenter/
masakjm 0:28fb3e9ef81a 24 // Licensed under the Apache License, Version 2.0
masakjm 0:28fb3e9ef81a 25 //
masakjm 0:28fb3e9ef81a 26 // (2)https://lancaster-university.github.io/microbit-docs/
masakjm 0:28fb3e9ef81a 27 // The MIT License (MIT)
masakjm 0:28fb3e9ef81a 28 // Copyright (c) 2016 British Broadcasting Corporation.
masakjm 0:28fb3e9ef81a 29 //
masakjm 0:28fb3e9ef81a 30
masakjm 0:28fb3e9ef81a 31 Version
masakjm 7:ea397c48066f 32 3SW-181215 初版リリース
masakjm 7:ea397c48066f 33
masakjm 4:4fe5674bf409 34