esp32 esp_timer_get_time 过多久回到0 esp32 时间,1.之前的尝试(失败的尝试)咸鱼买了3块ESP32开发板。背面写了NODEMCUv1.1,好像这玩意可以直接写lua,也可以刷Micropython写python,还可以用ArduinoIDE写c。我想直接用官方库写C。和乐鑫的这块开发板(ESP32-DevKitC)
https://github.com/espressif/arduino-es ... isc.c#L134 Code:Select all unsignedlongIRAM_ATTRmicros(){return(unsignedlong) (esp_timer_get_time()); } How can i solve this, without hacking the library? Is there a way to add an offset by app toesp_timer_get_time()?