Commit Graph

8 Commits (be1787fa45386c0a320f35206bdedc0fbf626a57)

Author SHA1 Message Date
David Kebler be1787fa45 0.1.21 added/improved chip configuration now have two more intPullup and intPullupOneInt
fixed issue with forEach by replacing with for loop on pins configuration so it would do in correct order.
added some logging on commands file
2019-03-08 09:10:33 -08:00
David Kebler f6b40be73b 0.1.20 make sure options don't mutuate, also that if pin is string it gets cast to number 2019-03-07 13:00:00 -08:00
David Kebler 078b24e9d7 0.1.19
alter the multple pin options processing,  now accepts opts.interrupt and deals with port and path so as to match uci/interrupt options changes when making consumers
2019-03-06 16:46:07 -08:00
David Kebler a44e6426d2 0.1.17 incorporate new byte utility location, and logging 2019-02-26 10:46:20 -08:00
David Kebler 54a2c237f3 little cleanup
update dependencies
2019-01-01 19:45:25 -08:00
David Kebler 16cea2ef02 made find function more robust against user abuse like flipping switches fast and continuouly.
changed the reset command to be for pushed reset request and moved old/actual reset to private function of class.
Now when instance connects to interrupt socket it should get a reset command pushed.
2018-07-31 17:11:43 -07:00
David Kebler 95926a892c reorganizes commands
add new server/socket namespace "commands" for server side base module
add new namespace "commands" for consumer side for interrupt version of module
2018-07-31 10:35:53 -07:00
David Kebler a0eb28fdc0 upgrade to esm from @std/esm 2018-05-16 07:19:03 -07:00