You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Gets the factory scaling offset constant. * The offset constant for the channel that was calibrated in manufacturing and * stored in an eeprom in the module. * * Volts = ((LSB_Weight * 1e-9) * raw) - (Offset * 1e-9) * * @param[in] analogPortHandle Handle to the analog port to use. * @param[out] status Error status variable. 0 on success. * @return Offset constant.*/int32_tHAL_GetAnalogOffset(HAL_AnalogInputHandle analogPortHandle,
int32_t* status);
The text was updated successfully, but these errors were encountered:
From the HAL:
The text was updated successfully, but these errors were encountered: