Module arduboy_rust::arduboyfx_library::fx
source · 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 in the config.toml file.