From 85b1332da0a03c4adbe2f7306e6919a8fe9075de Mon Sep 17 00:00:00 2001 From: David Kebler Date: Fri, 13 Sep 2019 19:23:12 -0700 Subject: [PATCH] 0.1.22 refactor bus functions so they are generated from a common function. use the uci/base processing and namespaces add a queue for bus function calls rework all the examples --- examples/relays.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/relays.js b/examples/relays.js index d02c3d9..54c1586 100644 --- a/examples/relays.js +++ b/examples/relays.js @@ -43,7 +43,7 @@ export async function test (address) { packet = {cmd:'read', args:{address:address ,cmd:9} } console.dir(packet) this.send(packet) - // await delay(1000) + await delay(300) } console.log('========= done each relay, clear (off) this ============') packet = {cmd:'write', args:{address:address,cmd: 9, byte:0} }