This commit is contained in:
raluca-elena 2014-08-19 13:24:53 -07:00
Родитель 8986b6db82
Коммит 3354844627
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ function app() {
console.log("---- read direction of led pin: ", data);
});
ROT.writeTag("ledValue", 1, function(data) {
console.log("---- write tag dummy: ", data);
console.log("---- write tag ledValue: ", data);
});
}
ROT.init(app);