#[unsafe(no_mangle)]pub extern "C" fn pamoja_pin_level_from_bool(
high: bool,
) -> PamojaPinLevelExpand description
Returns the level a boolean names.
ยงReturns
PamojaPinLevel::High for true, PamojaPinLevel::Low for false.
#[unsafe(no_mangle)]pub extern "C" fn pamoja_pin_level_from_bool(
high: bool,
) -> PamojaPinLevelReturns the level a boolean names.
PamojaPinLevel::High for true, PamojaPinLevel::Low for false.