Tuesday, March 29, 2016

Understanding Data Types for variables

A data type in a programming language is a set of data with values having predefined characteristics. Examples of data types are: integer, floating point unit number, character, string, and pointer. Usually, a limited number of such data types come built into a language. The language usually specifies the range of values for a given data type, how the values are processed by the computer, and how they are stored.

In this video we well learn about the different data types you have access to in the Arduino IDE





Be sure to check out the the free Arduino Crash Course.

No comments:

Post a Comment