転倒検知センサー ISOKS
Owner & Collaborators
License
転倒検知センサー ISOKS by Yamato-Ikeda, AShiozawa, harukikubooo, kuronekomone is licensed under the Creative Commons - Attribution license.
Summary
Memos
0番ポート(CHIRIMEN上段)への距離センサのつなぎ方
var port = i2cAccess.open(0); /*ここの引数を0にする*/2番ポート(CHIRIMEN下段)への距離センサのつなぎ方
var port = i2cAccess.open(2); /*ここの引数を2にする*/main.js 12/04
'use strict';
window.addEventListener('load', function (){
function Sleep(millisec) {
var start = new Date();
while(new Date() -…index.html Lチカ機能の追加方法 12/11
LチカアプリにあるgeckoGPIO.jsをjsフォルダにコピーする。
index.htmlのheadタグに、最後の行を追加すると使用可能になる。
<!doctype html>
<html>
<head>
…main.js 12/11(最終)
'use strict';
window.addEventListener('load', function (){
function Sleep(millisec) {
var start = new Date();
while(new Date() -…