Creating your first application
In this guide, we’ll embark on an exciting journey to understand the process of creating, deploying, and operating applications specifically tailored for the ACU6 platform. Our focus will be on a practical example: an application designed to sequentially toggle the system’s LEDs.
This guide is crafted not only to provide step-by-step instructions but also to offer insights into the nuances of the ACU6 system, ensuring that you gain both the knowledge and skills necessary for effective application development on this platform.
Contents
- Build environment setup for ACU6 applications
- Configuring a Buildroot Package
- Implementing an Event Loop for Effective Communication with the Base System
- Add a Timer to the Event Loop
- Run on Startup
- New functionality