FabioBatSilva / ArduinoFake

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

Fascinating library, excited to try, sensors? #19

Closed tablatronix closed 2 years ago

tablatronix commented 3 years ago

Does anyone know of a mock sensor library of classes that can be used for simulating realistic sensor data using maths and not just rand ?

Would be a nice addition

FabioBatSilva commented 2 years ago

This lib relies on https://github.com/eranpeer/FakeIt for the mocks if the lib is compatible you should be able to mock it..

But it would be impractical to support all Arduino libraries as part of this project. So you have to rely on the upstream libs being compatible or provide you won headers for the lib you are using..