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
4607ef36f4
commit
cc607e2968
1 changed files with 4 additions and 4 deletions
|
@ -23,10 +23,10 @@ class ICNT86Touchscreen : public touchscreen::Touchscreen, public i2c::I2CDevice
|
||||||
protected:
|
protected:
|
||||||
void update_touches() override;
|
void update_touches() override;
|
||||||
void reset_();
|
void reset_();
|
||||||
void i2c_read_byte_(UWORD reg, static_cast<char>Data, UBYTE len);
|
void i2c_read_byte_(UWORD reg, char const *Data, UBYTE len);
|
||||||
void icnt_read_(UWORD reg, static_cast<char>Data, UBYTE len);
|
void icnt_read_(UWORD reg, char const *Data, UBYTE len);
|
||||||
void icnt_write_(UWORD reg, static_cast<char>Data, UBYTE len);
|
void icnt_write_(UWORD reg, char const *Data, UBYTE len);
|
||||||
void i2c_write_byte_(UWORD reg, static_cast<char>Data, UBYTE len);
|
void i2c_write_byte_(UWORD reg, char const *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