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
IR sensors read handler should be Interrupt supported, so anytime an activity is detected by sensors it generates a hardware interrupt possibly of Low to High type and a corresponding IRQ handler takes care of counter increment. This is necessary to handle exceptions of missing counts when ESP is busy doing WiFI or MQTT transactions.
The text was updated successfully, but these errors were encountered:
iayanpahwa
changed the title
Add Interrupt support with IR Sensors
Add Interrupt support for IR Sensors
Dec 20, 2017
IR sensors read handler should be Interrupt supported, so anytime an activity is detected by sensors it generates a hardware interrupt possibly of Low to High type and a corresponding IRQ handler takes care of counter increment. This is necessary to handle exceptions of missing counts when ESP is busy doing WiFI or MQTT transactions.
The text was updated successfully, but these errors were encountered: