Data Types
The following extended data types are only available in C++
boolean: Same as bool
 byte: Same as uint8_t
 word: Same as unsigned int
 BXXXXXXXX: Binary format (e.g., B00000010 which is equal to 2 in decimal)
 String: Arduino String format, for more info check the Arduino String Reference