This is a very simple project that is an example of how to run C code on a balena device.
To get this project up and running, you will need to signup for a balena account here and set up an application and device. You'll find full details in our Getting Started tutorial.
Once you have downloaded this project, you can balena push
it using the balenaCLI. This command will package up and push the code to the balena builders, where it will be compiled and built and deployed to every device in the application fleet. When it completes, you'll have your C code running on your device and see some logs on your balenaCloud dashboard.