Zanduino / MCP7940

Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
GNU General Public License v3.0
35 stars 22 forks source link

Add a regression test example program #55

Closed SV-Zanshin closed 3 years ago

SV-Zanshin commented 3 years ago

Describe what the feature request is and if it solves an issue or adds functionality At present there is no sketch for regression testing of new code and such a sketch should be added and documented

Describe the solution you'd like Write a "RegressionTests.ino" sketch that calls up all functions in the library and determines, where possible, if the functions are working as expected.

Describe alternatives you've considered n/a

Additional context n/a

SV-Zanshin commented 3 years ago

Added sketch "RegressionTests.ino" to examples