[][src]Function vanadium::ctrl_key

pub const fn ctrl_key(b: u8) -> u8

Converts a letter byte into the byte for that Control key.

eg: ctrl_key(b'c') -> 3_u8