Skip to main content

pamoja_bme280_calibration_free

Function pamoja_bme280_calibration_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_bme280_calibration_free( calibration: *mut PamojaBme280Calibration, )
Expand description

Releases a BME280 calibration handle.

Passing null is a no-op.

ยงSafety

calibration must be a handle from pamoja_bme280_calibration_new that has not already been freed, or null. After this call it must not be used again.