Skip to main content

pamoja_bmp280_calibration_free

Function pamoja_bmp280_calibration_free 

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

Releases a BMP280 calibration handle.

Passing null is a no-op.

ยงSafety

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