pub unsafe extern "C" fn expansion_enable(instance: *mut Expansion)Expand description
Enable support for expansion modules.
Calling this function will load user settings and enable expansion module support on the serial port specified in said settings.
If expansion module support was disabled in settings, this function does nothing.
ยงArguments
instance(direction in, out) - pointer to the Expansion instance.