mattairtech / EEPROM_CAT25

Driver for On Semiconductor CAT25 SPI EEPROM chips for AVR, SAM3X (Due), and SAM M0+ (SAMD, SAML, SAMC) microcontrollers on the Arduino platform.
6 stars 4 forks source link

Could run on any architecture? #3

Open matthijskooijman opened 4 years ago

matthijskooijman commented 4 years ago

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?