-
Notifications
You must be signed in to change notification settings - Fork 4
problem with uclock... wont compile : #2
Copy link
Copy link
Open
Description
Hi.I have a problem with the thing compiling. I'm not sure why it wont ... :
here are the errors :
**In file included from c:\Users\Pc\Documents\Arduino\libraries\uClock\src\uClock.cpp:52:
c:\Users\Pc\Documents\Arduino\libraries\uClock\src\platforms/esp32.h: In function 'void setTimer(uint32_t)':
c:\Users\Pc\Documents\Arduino\libraries\uClock\src\platforms/esp32.h:64:5: error: 'timerAlarm' was not declared in this scope
timerAlarm(_uclockTimer, us_interval, true);
^~~~~~~~~~
c:\Users\Pc\Documents\Arduino\libraries\uClock\src\platforms/esp32.h:64:5: note: suggested alternative: 'timerStart'
timerAlarm(_uclockTimer, us_interval, true);
^~~~~~~~~~
timerStart
exit status 1
Compilation error: exit status 1**
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels