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!
This repo is meant to make it possible to compile this program on macOS. Other platforms should be supported, but not tested. To compile for other platforms, check out the original repo.
See Downloads for binaries for macOS.
- Download the latest version of the wxwidgets source code
- Clone/ download this repo
- Place the folder containing this repo in the
samples
folder of the wxwidgets source code - Open the
Firmata Test.xcodeproj
file using XCode - Build the app using XCode
This project is a modified copy of the minimal
project provided in the samples
folder of the source code.
It could be possible that there are still some reference to it.