BLE switch interface with GROVE joystic for micro:bit http://mahoro-ba.net/e2073.html
Revision 5:80cb8f9db01e, committed 2018-12-14
- Comitter:
- masakjm
- Date:
- Fri Dec 14 18:26:16 2018 +0000
- Parent:
- 4:4fe5674bf409
- Child:
- 6:bd39b12d4ac8
- Commit message:
Changed in this revision
--- a/main.cpp Sun Nov 25 04:41:15 2018 +0000 +++ b/main.cpp Fri Dec 14 18:26:16 2018 +0000 @@ -1,7 +1,7 @@ //================================= // microbit_switch_if_3sw //================================= -// BLE switch interface with 3 tact switches or 3 touch sensors for micro:bit +// BLE switch interface with 3 tact switches or 3 touch sensors using micro:bit // It is intended for use with ios devices. // // The MIT License (MIT) Copyright (c) 2018 Masatomo Kojima
--- a/microbit_switch_if_3sw.h Sun Nov 25 04:41:15 2018 +0000 +++ b/microbit_switch_if_3sw.h Fri Dec 14 18:26:16 2018 +0000 @@ -1,7 +1,7 @@ //================================= // microbit_switch_if_3sw //================================= -// BLE switch interface with 3 tact switches for micro:bit +// BLE switch interface with 3 tact switches or 3 touch sensors using micro:bit // The MIT License (MIT) Copyright (c) 2018 Masatomo Kojima #include "mbed.h"
--- a/readme.txt Sun Nov 25 04:41:15 2018 +0000 +++ b/readme.txt Fri Dec 14 18:26:16 2018 +0000 @@ -1,7 +1,7 @@ //================================= // microbit_switch_if_3sw //================================= -// BLE switch interface with 3 tact switches for micro:bit +// BLE switch interface with 3 tact switches or 3 touch sensors using micro:bit // It is intended for use with ios devices. // // The MIT License (MIT) Copyright (c) 2018 Masatomo Kojima