Compare commits
2 Commits
6cd290d964
...
50bdd69c4f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50bdd69c4f | ||
| efd381561a |
@ -23,15 +23,13 @@ class PCF8574
|
||||
boolean getPinMode(Pin pin);
|
||||
void getPinModeAll(boolean array[8]);
|
||||
void togglePin(Pin pin);
|
||||
// Reset the IRQ by doing a dummy read
|
||||
//Reset the IRQ by doing a dummy read
|
||||
void resetIRQ();
|
||||
|
||||
private:
|
||||
TwoWire &_twc;
|
||||
uint8_t _address;
|
||||
uint8_t _pinConfig;
|
||||
uint8_t _pddr;
|
||||
|
||||
protected:
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user