test app using webiopi
This commit is contained in:
Родитель
2913029456
Коммит
967c89cef5
|
@ -0,0 +1,13 @@
|
|||
function app() {
|
||||
console.log("----got rotV2-----");
|
||||
ROT.writeTag("ledDirection", "out",function(data) {
|
||||
console.log("---- write direction to led pin: ", data);
|
||||
});
|
||||
ROT.readTag("ledDirection", function(data) {
|
||||
console.log("---- read direction of led pin: ", data);
|
||||
});
|
||||
ROT.writeTag("ledValue", function(data) {
|
||||
console.log("---- write tag dummy: ", data);
|
||||
});
|
||||
}
|
||||
ROT.init(app);
|
Загрузка…
Ссылка в новой задаче