fn translate_set_gpio(
    pin: usize,
    gpio: &mut impl GPIOManager,
    on: bool,
    msg: &str
) -> Result<(), BrainFailure>