Arduino Potansiyometre İle Led Parlaklık Ayarı Nasıl Yapılır (BASİT)

  Рет қаралды 1,182

ARDUİNO TR

ARDUİNO TR

Күн бұрын

ARKADAŞLAR ABONE SAYIMIZ AZ ABONE OLMAYI UNUTMAYIN.
KODLAR AŞAGIDA
int led = 9;
int potPin = A0;
int potDeger;
void setup() {
pinMode(led, OUTPUT);
}
void loop() {
potDeger = analogRead(potPin);
potDeger = map(potDeger, 0, 1023, 0, 255);
analogWrite(led, potDeger);
delay(10);
}

Пікірлер
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Controlling Servo Motor Using Joystick Module
2:12
Noyton Projects
Рет қаралды 660
TMR Conquers The Joystick World as Ginfull Shatters $2
10:45
Metal Plastic Electronics
Рет қаралды 8 М.
This Speed Test Will Change How You Buy Ethernet Cables!
8:00
6) Display Application with Arduino
2:09
DiyHobiLab
Рет қаралды 165
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН