pub fn two_byte_split(num: u16) -> (u8, u8)
Take a 2 byte number and split it in to it’s two 8 bit halves