mjhouse / ag-lcd

A rust port of the C++ LiquidCrystal library for arduino systems
GNU General Public License v3.0
17 stars 8 forks source link

Add unit tests #46

Open mjhouse opened 3 days ago

mjhouse commented 3 days ago

This issue is bigger than it appears. To add unit tests, we will have to simulate hardware in some way. The embedded-hal-mock crate may be useful.