esp32-CAM need for 10khz interrupt
Posted: Fri Jan 26, 2024 1:13 pm
Hello,
I am working on an esp32-cam board using the arduino IDE...
Can someone give me some sample code to setup a function that would be called 10000 times per second (on a 100micro second basis)?
The function will be very simple and short so it can run under interupt..
A task based sleep however would not work as it would be too slow and "heavy".
Thanks for your help,
Cyrille
I am working on an esp32-cam board using the arduino IDE...
Can someone give me some sample code to setup a function that would be called 10000 times per second (on a 100micro second basis)?
The function will be very simple and short so it can run under interupt..
A task based sleep however would not work as it would be too slow and "heavy".
Thanks for your help,
Cyrille