Skip to content

💡💡It two arguments - the pin number and the voltage state (high or low): digitalWrite (pin, value); For the Arduino, a high voltage level is 5 volts and a low voltage level is 0 volts. To turn the LED on, we write a high voltage to pin 13 like this: digitalWrite (13, HIGH); Next we need to tell the Arduino how long pin 13 should be high.

Notifications You must be signed in to change notification settings

subashsigdel/LedControlling-arduino-Opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LedControlling-arduino-Opencv

In this we have controlled 5 led light using opencv-mediapipe-handttracking module and arduino. led light up according to the fingers track by opencv.

About

💡💡It two arguments - the pin number and the voltage state (high or low): digitalWrite (pin, value); For the Arduino, a high voltage level is 5 volts and a low voltage level is 0 volts. To turn the LED on, we write a high voltage to pin 13 like this: digitalWrite (13, HIGH); Next we need to tell the Arduino how long pin 13 should be high.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published