Search found 1 match

by grators
Thu Oct 10, 2019 7:54 am
Forum: ESP32 Arduino
Topic: deep sleep interrupt VS regular interrupt
Replies: 0
Views: 1664

deep sleep interrupt VS regular interrupt

Hello, i have an issue with the deep sleep interrupt. i have sensor that sends pulse each time it sens liquid flow. when implementing with regular interrupt : attachInterrupt(digitalPinToInterrupt(GPIO_NUM_27), isr, RISING); the interrupt works as accepted. but when i'm implementing with deep sleep ...