Personal-Data-Acquisition / sensor_lib_aht20

A library for the AHT20 sensor module, meant to be used as a git sub-module
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add in platform agnostic mocking #3

Closed jake-g00dwin closed 9 months ago

jake-g00dwin commented 10 months ago

I need to add the mockall or another crate to allow mocking of other dependencies.

jake-g00dwin commented 9 months ago

Added the embedded-hal-mock crate into the library.