Great that you can solve the problem by yourself.
It's always better to recheck the working examples and compare to see what we're doing not correctly.
Great that you can solve the problem by yourself.
It's always better to recheck the working examples and compare to see what we're doing not correctly.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hi
I get an error compiling an example from your git website on Raspberry Pico Core 1.13.1 in Arduino
I'm trying to use only Hardware Timer directly:
TimerHandler:
Error : invalid conversion from 'void ()()' to 'pico_timer_callback' {aka 'bool ()(repeating_timer*)'} [-fpermissive]
Error : invalid conversion from 'void ()()' to 'pico_timer_callback' {aka 'bool ()(repeating_timer*)'} [-fpermissive]
And in loop
I have fixed this error.
Change TimerHandler to:
Great that you can solve the problem by yourself.
It's always better to recheck the working examples and compare to see what we're doing not correctly.