Skip to content
Snippets Groups Projects
Select Git revision
  • 0eec530137a0b0e1bcc349e8213f74a978f21a17
  • master default protected
  • dev
3 results

test

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Tim Aaron Möck's avatar
    Tim Aaron Möck authored
    0eec5301
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    firmata_test
    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.