module that extends uci-base to support i2c-devices and read/write packets to uci-i2c bus module. Can be extended to service specific ic2 slave hardware
 
Go to file
David Kebler b6ef63e6bb added packet version of i2c-device - working but fully untested 2018-02-14 13:28:42 -08:00
src added packet version of i2c-device - working but fully untested 2018-02-14 13:28:42 -08:00
test add device class back to this package - remove promise q from bus module. 2017-05-26 08:16:30 -07:00
.eslintrc.js add mux board to bus class if address is set and init called. Device uses mux if available 2017-10-17 10:05:55 -07:00
.gitignore finished refactoring bus and device classes and making tests 2017-01-15 23:19:18 -08:00
.npmignore initial 2017-01-12 19:50:06 -08:00
.travis.yml add device class back to this package - remove promise q from bus module. 2017-05-26 08:16:30 -07:00
index.js add device class back to this package - remove promise q from bus module. 2017-05-29 10:43:04 -07:00
package.json add mux board to bus class if address is set and init called. Device uses mux if available 2017-10-17 10:05:55 -07:00
readme.md add device class back to this package - remove promise q from bus module. 2017-05-26 08:16:30 -07:00

readme.md

uCOMmandIt I2C Bus and Device Class Library

Build Status Inline docs Dependencies devDependencies codecov

A promise wrapper for an I2C arm C library methods and a Device Class that is the base class for an I2C device