#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_sht3x_interval_micros(
rate: u8,
out_micros: *mut u32,
) -> PamojaStatusExpand description
Returns the gap between SHT3x periodic measurements at a rate.
§Returns
PamojaStatus::Ok on success, with *out_micros set, or
PamojaStatus::InvalidArgument if the code is out of range.
§Safety
out_micros must point to a writable uint32_t.