Class App

Class Documentation

class App

This class wraps the MCU main application.

Public Functions

App() = delete

This class only contains static members.

Public Static Functions

static void setup()

Configures and sets the application up. Meant to be called once at startup.

static void loop()

Application main run loop. Meant to be called continously.