arduino/libraries/Firmata/test
HOMETV 9ddd47df78 primer commit probando arduino, va el .ino de sensor de temperatura y humedad 2016-02-13 15:27:50 +01:00
..
firmata_test primer commit probando arduino, va el .ino de sensor de temperatura y humedad 2016-02-13 15:27:50 +01:00
readme.md primer commit probando arduino, va el .ino de sensor de temperatura y humedad 2016-02-13 15:27:50 +01:00

readme.md

#Testing Firmata

Tests tests are written using the ArduinoUnit library (version 2.0).

Follow the instructions in the ArduinoUnit readme 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.