Header reformatting mainly
This commit is contained in:
parent
ebc1444ca4
commit
628a38d6c2
@ -25,11 +25,13 @@ class PCF8574
|
||||
void togglePin(Pin pin);
|
||||
// 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