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
When the current code is cloned and used within Arduino, it complains that only AVR mcu's are supported but actually it works also on SAMD cards - and I do not see a reason why it should not.
Maybe the setting architectures=avr in library.propoerties is outdated?
Current code in repo is much different from the one packed in the v1.0.1 release and it does not contain any AVR-only instruction.
BTW, the version currently installed through the Arduino IDE is v1.0.1 and this prevents the use of this library for other cards (e.g. SAMD ones like Arduino MKR) which would benefit from this sensor.
The text was updated successfully, but these errors were encountered:
When the current code is cloned and used within Arduino, it complains that only AVR mcu's are supported but actually it works also on SAMD cards - and I do not see a reason why it should not.
Maybe the setting
architectures=avr
in library.propoerties is outdated?Current code in repo is much different from the one packed in the v1.0.1 release and it does not contain any AVR-only instruction.
BTW, the version currently installed through the Arduino IDE is v1.0.1 and this prevents the use of this library for other cards (e.g. SAMD ones like Arduino MKR) which would benefit from this sensor.
The text was updated successfully, but these errors were encountered: