22 IntroductionTo Arduino I
22 IntroductionTo Arduino I
22 IntroductionTo Arduino I
Operating Voltage 5V
Digital I/O 14
Analog Input 6
PWM 6
UART 1
Void Long
Int Char
Boolean Unsigned char
Byte Unsigned int
Word Unsigned long
Float Double
Array String-char array
String-object Short
Void setup ()
{
pinMode (pin , mode);
}
Pin- pin number on the Arduino board
Mode- INPUT/OUTPUT
▪ analogRead() : Reads from the analog input pin i.e., voltage applied
across the pin
22
Thank You!!