Update PCF8574.h

This commit is contained in:
CloneTV 2020-10-16 13:26:25 +03:00 committed by GitHub
parent 85cd960704
commit 46e72ba75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,10 +190,8 @@ private:
# endif
#endif
uint8_t _sda = DEFAULT_SDA
;
uint8_t _scl = DEFAULT_SCL
;
uint8_t _sda = DEFAULT_SDA;
uint8_t _scl = DEFAULT_SCL;
TwoWire *_wire;