crycode-de / node-pcf8574

Node.js module for controlling each pin of a PCF8574/PCF8574A I2C port expander IC.
GNU General Public License v2.0
1 stars 2 forks source link

Use consistent I2c functions and add example for pcf8575 #53

Closed lynniemagoo closed 1 year ago

lynniemagoo commented 1 year ago

Add example for PCF8575 on i2c address 0x20. Provide consistent i2c functions for both PCF8574 and PCF8575 Fix typos in comments previously added by Peter.

lynniemagoo commented 1 year ago

Will reopen after I get streamlined commits on new fork.