diff --git a/docs/doc/arduboy_rust/prelude/FX/index.html b/docs/doc/arduboy_rust/prelude/FX/index.html index f93dc2e..1187b7d 100644 --- a/docs/doc/arduboy_rust/prelude/FX/index.html +++ b/docs/doc/arduboy_rust/prelude/FX/index.html @@ -4,7 +4,7 @@
use arduboy_rust::prelude::*;
 
 fn setup() {
-    FX::begin()
+    fx::begin()
 }
-

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

+

You will need to uncomment the ArduboyFX in the config.toml file.

Functions

\ No newline at end of file