Compare commits
3 Commits
50bdd69c4f
...
6cd290d964
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cd290d964 | ||
| 53db7d6e1c | |||
|
|
cae484fb53 |
@ -25,11 +25,13 @@ class PCF8574
|
|||||||
void togglePin(Pin pin);
|
void togglePin(Pin pin);
|
||||||
// Reset the IRQ by doing a dummy read
|
// Reset the IRQ by doing a dummy read
|
||||||
void resetIRQ();
|
void resetIRQ();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TwoWire &_twc;
|
TwoWire &_twc;
|
||||||
uint8_t _address;
|
uint8_t _address;
|
||||||
uint8_t _pinConfig;
|
uint8_t _pinConfig;
|
||||||
uint8_t _pddr;
|
uint8_t _pddr;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user