Monthly Archives: August 2012

Arduino Variable Sizes

char / signed char / int8_t signed 8 bits (1 byte) -128 to 127 byte / unsigned char / uint8_t unsigned 8 bits (1 byte) 0 to 255 (2^8 – 1) int / short / int16_t signed 16 bits (2 … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment