You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been trying to launch these examples on Arduino Zero and there were errors during the compiling. When I have changed board on e.g. Arduino Uno then there weren't errors.
How to fix it?
The text was updated successfully, but these errors were encountered:
Even if your problem is over one year old: Arduino Zero can have to problems: In some DS3231 libraries the term "PM" is used, which is defined as a macro in the samd low level code. To fix it, replace all PM in the cpp and h file with for example PM_time
Hi, I have been trying to launch these examples on Arduino Zero and there were errors during the compiling. When I have changed board on e.g. Arduino Uno then there weren't errors.
How to fix it?
The text was updated successfully, but these errors were encountered: