DavidFair / argo_arduino

Adruino Software for control of the Electric Argo
0 stars 0 forks source link

Abstract hardware into own class #1

Closed DavidFair closed 6 years ago

DavidFair commented 6 years ago

This PR abstracts the hardware access into an abstract class.

This way we can either mock or access physical hardware of the device depending on whether we unit test.