FabioBatSilva / ArduinoFake

Arduino mocking made easy
https://platformio.org/lib/show/1689/ArduinoFake
MIT License
102 stars 47 forks source link

Add support for the Arduino EEPROM class. #46

Closed wrong-kendall closed 1 year ago

wrong-kendall commented 1 year ago

This partially addresses #40 Note: For now, this only supports the simple methods. get/put aren't implemented because virtual template functions are not a thing.