Search found 1 match
- Tue Apr 11, 2017 4:53 am
- Forum: ESP32 Arduino
- Topic: how to set the adc prescale factor.
- Replies: 0
- Views: 3915
how to set the adc prescale factor.
I'm new to working outside of the standard arduino environment but I need to be able sample at a consistent known rate that is slower than the esp32's default rate (i think i clocked it in at 100,000 hz or so). rather than messing around with if (currentMillis - previousMillis >= interval) statement...