I am trying to use the following function:
flex_config_inhibit_output(u8 boardID, u8 axis,
u16 enable, u16 polarity, u16 driveMode)
What is the enable parameter? The C Reference Help says:
enable is the inhibit output to enable. An enabled inhibit
monitors the motor off (killed) state of the axis.
This doesn't explain what value it needs. Any help would be greatly appreciated.