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

Dependencies:   microbit

readme.txt

Committer:
masakjm
Date:
2019-02-22
Revision:
11:8e0b379efcb3
Parent:
7:e2779d2fef9c
Child:
12:7fb193872bec

File content as of revision 11:8e0b379efcb3:

//=================================
// 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_103.pdf
//   http://mahoro-ba.net/files/workshop_text_switch_if_301.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-190223  初版リリース(3SW-190215から派生)