Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
readme.txt
- Committer:
- masakjm
- Date:
- 2018-09-17
- Revision:
- 0:28fb3e9ef81a
- Child:
- 3:b6e9850d3e76
File content as of revision 0:28fb3e9ef81a:
//================================= // 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 初期リリース