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

Dependencies:   microbit

readme.txt

Committer:
masakjm
Date:
2019-04-09
Revision:
21:961da341b755
Parent:
20:be8243c064ac

File content as of revision 21:961da341b755:

//=================================
// microbit_switch_if_joy
//=================================
//    BLE switch interface with GROVE joystic for micro:bit
//    It is intended for use with ios devices.
//
//    The MIT License (MIT)   Copyright (c) 2019 Masatomo Kojima
//
//  LED message
//    S  key code setting 
//    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
//    G  GROVE sensor connect error
//
//  Please refer to the following site. (Japanese only)
//   http://mahoro-ba.net/files/workshop_text_switch_if_104.pdf
//   http://mahoro-ba.net/files/workshop_text_switch_if_301.pdf
//   http://mahoro-ba.net/files/workshop_text_switch_if_404.pdf
//
//  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
JOY-190225  初版リリース(3SW-190215から派生)
JOY-190316  S=3のキー割り当てを変更
JOY-190320  安定性改善       
JOY-190330  S=5のキー割り当てを追加
JOY-190410  安定性改善,設置方向の設定機能を追加