The library metadata and documentation indicates that this library runs on avr, sam and samd. However, looking at the code, there is no architecture-specific code, only generic Arduino APIs are used. AFAICS, this means this library should run on any architecture that properly implements the Arduino API. I've succesfully used this library on STM32, for example.
Maybe this should be reflected in library.properties and the documentation?
The library metadata and documentation indicates that this library runs on avr, sam and samd. However, looking at the code, there is no architecture-specific code, only generic Arduino APIs are used. AFAICS, this means this library should run on any architecture that properly implements the Arduino API. I've succesfully used this library on STM32, for example.
Maybe this should be reflected in
library.properties
and the documentation?