mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 03:28:12 +01:00
formatting issues
This commit is contained in:
parent
b13200f2af
commit
4607ef36f4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class ICNT86Touchscreen : public touchscreen::Touchscreen, public i2c::I2CDevice
|
||||||
void i2c_read_byte_(UWORD reg, static_cast<char>Data, UBYTE len);
|
void i2c_read_byte_(UWORD reg, static_cast<char>Data, UBYTE len);
|
||||||
void icnt_read_(UWORD reg, static_cast<char>Data, UBYTE len);
|
void icnt_read_(UWORD reg, static_cast<char>Data, UBYTE len);
|
||||||
void icnt_write_(UWORD reg, static_cast<char>Data, UBYTE len);
|
void icnt_write_(UWORD reg, static_cast<char>Data, UBYTE len);
|
||||||
void i2c_read_byte_(UWORD reg, static_cast<char>Data, UBYTE len);
|
void i2c_write_byte_(UWORD reg, static_cast<char>Data, UBYTE len);
|
||||||
void reset_touch_sensor_();
|
void reset_touch_sensor_();
|
||||||
InternalGPIOPin *interrupt_pin_{};
|
InternalGPIOPin *interrupt_pin_{};
|
||||||
GPIOPin *reset_pin_{nullptr};
|
GPIOPin *reset_pin_{nullptr};
|
||||||
|
|
Loading…
Reference in a new issue