You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Hello. This is a question, not a bug. I have an i2c relay component in my setup. I need the relay to be fired at exact interval without being interrupted. I am aware that anything executed by interrupt must be fast in nature. Is sending i2c command to turn on/off relay acceptable to be executed inside interrupt? I've also read warning about possible data loss in serial communication. While I don't use serial, I do use wifi. Is there any possibility to have data loss if I use interrupt to control i2c device?