Data Type Conversion in Arduino

Data Type Conversion in Arduino

This tutorial covers data type conversion in arduino. Data type conversion or typecasting means converting a value from one data type to other. For example, convert int to float, string to int etc. Data type covered in this section are int, float, char, char array, string and const char *. DATA TYPE CONVERSION IN ARDUINO … Read more