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
I was using this library with a an arduino Uno but thought I would try to use 2 cores with a portenta H7.
The portenta does not have an EEPROM, so #include <EEPROM.h> won't work, is not appropriate.
Is it reasonable to ask for a version of this library that works for the portenta H7?
The text was updated successfully, but these errors were encountered:
This library will run on the Portenta H7. I think what you are asking for is an example showing how to store the calibration factor and zero offset on the H7?
Request for Portenta H7 version of library
I was using this library with a an arduino Uno but thought I would try to use 2 cores with a portenta H7.
The portenta does not have an EEPROM, so #include <EEPROM.h> won't work, is not appropriate.
Is it reasonable to ask for a version of this library that works for the portenta H7?
The text was updated successfully, but these errors were encountered: