Skip to content

Setup

Functions

mira_setup

void mira_setup(
    void);

Function run by miralib once at startup. A user supplied function that should be used to start processes and setup peripherals before the system boots.

A MiraOS application is required to have a mira_setup function.