Arduino Sample Program– category –
-
Arduino Sample Program
Arduino-How to use CdS Photoresistor
This article details how to use CdS photoresistors with Arduino. The voltage is read from a voltage divider circuit that combines a CdS photoresistor and a resistor with a program that uses Analog I/O functions. For other Arduino functio... -
Arduino Sample Program
Arduino-How to use Servo Motor
This article details how to use servo motors with Arduino. The servo motor is operated by a program using "Servo", a library for servo motor control. For other Arduino functions and libraries, please refer to the following article. 【Wha... -
Arduino Sample Program
Arduino-How to use Switch
This article details how to use switches with Arduino. The input state of the switch is read by a program using Digital I/O functions. For other Arduino functions and libraries, please refer to the following article. 【What is Switch?】 ... -
Arduino Sample Program
Arduino-How to use LED
This article details how to use LEDs (Light Emitting Diode) with Arduino. Blinking LED is programmed in the Digital I/O functions. For other Arduino functions and libraries, please refer to the following article. 【What is LED (Light Emi...
12