pub unsafe extern "C" fn CANSparkMaxLowLevel_EnableExternalUSBControl(
enable: bool,
)Expand description
Allow external controllers to recieve control commands over USB. For example, a configuration where the heartbeat (and enable/disable) is sent by the main controller, but control frames are sent by other CAN devices over USB.
This is global for all controllers on the same bus.
This does not disable sending control frames from this device. To prevent conflicts, do not enable this feature and also send Set() for SetReference() from the controllers you wish to control.
@param enable Enable or disable external control