TABLE OF CONTENTS
- 4.3.1.Set the mode
- 4.3.2.Change the state
- 4.3.3.Turn the specified digital pin
- 4.3.4.Write a value between 0 to 255( PWM)
- 4.3.5.Write a value between 0 to 255(servo pin)
- 4.3.6..Digital read
- 4.3.7.Analog read
4.3.1.Set the mode
Set the mode of the specified pin.
4.3.2.Change the state
Change the state of built-in LED on arduino board
4.3.3.Turn the specified digital pin
Turn the specified digital pin of the board high or low .
4.3.4.Write a value between 0 to 255( PWM)
Write a value between 0 to 255 to a PWM enabled pin.
4.3.5.Write a value between 0 to 255(servo pin)
Write a value between 0 to 180 to a servo pin.
4.3.6..Digital read
Digital read of the specified pin.
4.3.7.Analog read
Analog read of the specified pin.