added arduino, modified build

This commit is contained in:
2020-02-02 15:28:36 -08:00
parent 0189d519c6
commit 6480bc593f
3583 changed files with 1305025 additions and 247 deletions

View File

@@ -0,0 +1,13 @@
# Testing Firmata
Tests tests are written using the [ArduinoUnit](https://github.com/mmurdoch/arduinounit) library (version 2.0).
Follow the instructions in the [ArduinoUnit readme](https://github.com/mmurdoch/arduinounit/blob/master/readme.md) to install the library.
Compile and upload the test sketch as you would any other sketch. Then open the
Serial Monitor to view the test results.
If you make changes to Firmata.cpp, run the tests in /test/ to ensure
that your changes have not produced any unexpected errors.
You should also perform manual tests against actual hardware.