PhysicsUofRAUI / binTempSensor

MIT License
2 stars 0 forks source link

Create Tests #18

Closed PhysicsUofRAUI closed 3 years ago

PhysicsUofRAUI commented 3 years ago

Need to add some automated tests to verify the code works before it is deployed. Testing the functions to be created while solving #17 will be relatively simple, but testing behaviour with different temperature inputs may be difficult. AUnit or ArduinoUnit may be helpful.

PhysicsUofRAUI commented 3 years ago

Using software such as described in this Instructables post is a possibility, but not preferable. https://www.instructables.com/How-to-Test-Arduino-Cirtcuit-and-Code-Online/

PhysicsUofRAUI commented 3 years ago

All done!