Just a small little project that adds a Game Of Life application to a Numworks calculator.
This is to ensure that the project builds in the first place, and then to get the binary.
To build this app, you will need to install the embedded ARM toolchain and Node.js. The C SDK for Epsilon apps is shipped as an npm module called nwlink that will automatically be installed at compile time.
brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
make clean && make build
You should now have a output/app.nwa
file that you can distribute! Anyone can now install it on their calculator from the NumWorks online uploader.
# Now connect your NumWorks calculator to your computer using the USB cable
make run
This sample app is distributed under the terms of the BSD License. See LICENSE for details.