-
Hi, I have tried to use this library (v.1.0.1) with Arduino Nano and I got a few problems. If you could help, I would appreciatte. (1) During compilation, the library still calls MCP23017_LCD12864.h. …
-
A number of places have been identified where the code is doing bit field operations instead of letting the compiler figure it out. These should be replaces by appropriate structures with representat…
-
During initial development many devices had constants and datatypes exposed in the public interface that are only needed internally. These should be moved to the private section of the spec or to the…
-
in rare case, if i read in loop the input and i toggle a relè (with 1 line in loopback with the input) the process of read crash for error in input/output.
probably the problem is a electromagnetic fi…
-
**Describe the bug**
When starting Leonardo with MCP23017 examples code implement, if SDA linked then arduino freezing.
**To Reproduce**
- Link an MCP23017 to an arduino Leonardo as explain in do…
-
### The problem
Hy,
I have an ESP32 (nodemcu-32s) and I connect tca9548 multiplexer to create virtual i2c buses.
```
i2c:
- id: bus_a
sda: GPIO14
scl: GPIO12
scan: true
tca954…
-
### The problem
I report this issue following the thread created on Home Assistant forum [here](https://community.home-assistant.io/t/esphome-watchdog-triggered-with-more-than-100-gpios/444641)
Su…
-
### The problem
Is the interrupt part to free the i2c bus missing of some integration ?
I can't find how to configure it
### Which version of ESPHome has the issue?
2022.3.1
### What type of inst…
-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
Home Assistant 2021.1.4
**ESP (ESP32/ESP8266, Board/Sonoff):**
Olimex ESP32-EVB
**ESPHome version (latest production, …
-
**Describe the bug**
When overwriting SooperLooper preset, the mute and pause state gets muddled
**To Reproduce**
Steps to reproduce the behavior:
1. Add SooperLooper to main out and record 6 lo…