Search found 1 match
- Wed Aug 07, 2024 9:28 pm
- Forum: General Discussion
- Topic: Delay in reading millis by serial monitor
- Replies: 1
- Views: 574
Delay in reading millis by serial monitor
I'm using "DOIT ESP32 DEVKIT V1".When applied the below code, there are about ten milliseconds between readings. It is unknown what the controller is doing during this time. #Code: void setup() { Serial.begin(115200); } void loop() { Serial.println(millis()); } #Sambel of result in Serial monitor: 5...