Expand description

Functions given by the ArduboyFX library.

You can use the ‘FX::’ module to access the functions after the import of the prelude

use arduboy_rust::prelude::*;

fn setup(){
    FX::begin()
}

You will need to uncomment the ArduboyFX_Library in the import_config.h file.

Functions