Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firmata/firmata_test
Test application for the firmata protocol
https://github.com/firmata/firmata_test
Last synced: 4 days ago
JSON representation
Test application for the firmata protocol
- Host: GitHub
- URL: https://github.com/firmata/firmata_test
- Owner: firmata
- Created: 2012-11-13T03:16:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T07:17:50.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:06:03.018Z (7 months ago)
- Language: C++
- Size: 35.2 KB
- Stars: 33
- Watchers: 10
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Firmata Test Program
============This "firmata_test" program works with boards running StandardFirmata version
2.2. If you need to quickly test your hardware, this stand-alone program can
access all pins. It runs from a single file (no installation needed), for quick
and easy testing!![](http://firmata.org/w/images/4/4d/Firmata_test_screenshot.png)
See [Downloads](https://github.com/firmata/firmata_test/downloads) for binaries.
Additional Instructions
---See the Firmata wiki for [instruction on how to compile the Firmata test program
under Windows using GCC and WxWidgets](http://firmata.org/wiki/HOWTO_Compile_Firmata_test_program_under_Windows_using_GCC_and_WxWidgets).