-
Revision 1:f54358de8a86, committed 2019-02-21
- Comitter:
- x1dmoesc
- Date:
- Thu Feb 21 08:32:10 2019 +0000
- Parent:
- 0:3835ff675f6b
- Commit message:
- redefine PCA9555.h
Changed in this revision
PCA9555/PCA9555.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3835ff675f6b -r f54358de8a86 PCA9555/PCA9555.cpp --- a/PCA9555/PCA9555.cpp Fri Feb 01 09:41:20 2019 +0000 +++ b/PCA9555/PCA9555.cpp Thu Feb 21 08:32:10 2019 +0000 @@ -35,7 +35,7 @@ else cCmd[0] = PORT1_CONFIG; // Port1 cCmd[1] = uiData0; // uiData - bAck = i2c->write(PCA9555_W, cCmd, 2); // send via I2C + bAck = i2c->write(PCA9555_W, cCmd, 2); // send via I2C } return bAck; // return (N)ACK