mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 04:25:15 +01:00
more clang
This commit is contained in:
parent
cd67f91fad
commit
f43da4cd32
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class ExtEepromComponent : public i2c::I2CDevice, public Component {
|
|||
float get_setup_priority() const override { return setup_priority::BUS; }
|
||||
|
||||
bool is_connected(uint8_t i2c_address = 255);
|
||||
|
||||
uint8_t read8(uint32_t memaddr); // Read a single byte from address memaddr
|
||||
uint16_t read16(uint32_t memaddr);
|
||||
uint32_t read32(uint32_t memaddr);
|
||||
|
|
Loading…
Add table
Reference in a new issue