Library for converting variables to bytes and reverse. Have you ever wanted to transmit int, short, long, double or any other numeric type over I2C, SPI, serial or other protocol or bus, but you converted variable to string to be able to transmit it char by char? This library enables you to convert any numeric value to bytes or the other way around and you can also print array of bytes.