nanoels icon indicating copy to clipboard operation
nanoels copied to clipboard

error: too many arguments to function 'hw_timer_t*

Open atmelletje opened this issue 9 months ago • 4 comments

hello Maxim,

I have some issues getting the ESP32 programmed. IDE 2.3.2 updated and installed the ESP32 boards including the Adafruit lib. I'm fairly new to programming such devices. would be nice if you could push me in the right direction.

h4\h4.ino:570:37: error: too many arguments to function 'hw_timer_t* timerBegin(uint32_t)' 570 | hw_timer_t async_timer = timerBegin(0, 80, true); | ~~~~~~~~~~^~~~~~~~~~~~~ 'hw_timer_t timerBegin(uint32_t)'

Roel

atmelletje avatar Jun 01 '24 19:06 atmelletje