CHIRIMEN Push button - ISOKS
Owner & Collaborators
License
CHIRIMEN Push button - ISOKS by Yamato-Ikeda, AShiozawa, harukikubooo, kuronekomone, Ryuji0516 is licensed under the Creative Commons - Attribution-ShareAlike license.
Summary
CHIRIMENでプッシュボタンを扱う方法。
Memos
main.js(押すたびにオンオフ変更版)
'use strict';
window.addEventListener('load', function (){
Promise.all([
navigator.setGpioPort(198,"out"),
…