Hello
A project that recently made a sensor found that the timer consumes a lot of power.
I built a timer to collect sensor data in the timer handler.
Sensor only cost 10uA, but I got 4ma 5ms .
I understand that there is no time-consuming operation in the timer handler, so do you have a good way to process the sensor data?
Thank you