Skip to content

Commit

Permalink
Disable all call
Browse files Browse the repository at this point in the history
Addresses #1591
  • Loading branch information
dtex authored and rwaldron committed Sep 10, 2019
1 parent c4410e8 commit ff3a030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/expander.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ var Controllers = {
// Wait 5 microseconds for restart
sleep.micro(5);
// Auto-increment
this.io.i2cWriteReg(this.address, this.REGISTER.MODE1, 0xa1);
this.io.i2cWriteReg(this.address, this.REGISTER.MODE1, 0xa0);

Object.assign(this.MODES, this.io.MODES);

Expand Down

0 comments on commit ff3a030

Please sign in to comment.