Initial release

Dependencies:   microbit

readme.txt

Committer:
masakjm
Date:
2018-12-14
Revision:
8:be1ae533ab8c
Parent:
7:ea397c48066f

File content as of revision 8:be1ae533ab8c:

//=================================
// microbit_switch_if_wear
//=================================
//    A wearable BLE switch interface using micro bits
//    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
//    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/e2043.html
//     http://mahoro-ba.net/e2044.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-181215  初版リリース