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 am trying to compile the example code (RTC.pde) in an Arduino Zero (Atmel ARM M0+ architecture).
I know your library is intended for ARM architecture, but keep in mind that the Wire.h library (and Arduino Core library) are available, therefore making this library compatible with the new Arduino ARM architecture should be feasible, I assume, but unfortunately beyond my capabilities now.
The only change in the code to have the communication going through the native USB port would be:
Hi, I am trying to compile the example code (RTC.pde) in an Arduino Zero (Atmel ARM M0+ architecture).
I know your library is intended for ARM architecture, but keep in mind that the Wire.h library (and Arduino Core library) are available, therefore making this library compatible with the new Arduino ARM architecture should be feasible, I assume, but unfortunately beyond my capabilities now.
The only change in the code to have the communication going through the native USB port would be:
This is the compilation error log I get:
The text was updated successfully, but these errors were encountered: