esphome/esphome/components/i2c
Oxan van Leeuwen c422b2fb0b
Introduce byteswap helpers (#2661)
* Backport std::byteswap() in helpers.h

* Introduce convert_big_endian() function

* Use convert_big_endian() in i2c byte swap functions
2021-11-10 19:40:18 +01:00
..
__init__.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
i2c.cpp I2c fix (#2460) 2021-10-07 21:18:00 +02:00
i2c.h Introduce byteswap helpers (#2661) 2021-11-10 19:40:18 +01:00
i2c_bus.h ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
i2c_bus_arduino.cpp I2C re-introduce very verbose logging (#2446) 2021-10-06 11:57:23 +13:00
i2c_bus_arduino.h Fix I2C recovery on Arduino (#2412) 2021-10-01 12:53:37 +02:00
i2c_bus_esp_idf.cpp I2C re-introduce very verbose logging (#2446) 2021-10-06 11:57:23 +13:00
i2c_bus_esp_idf.h Fix I2C recovery ESP32 esp-idf (#2438) 2021-10-04 12:33:25 +02:00