'목록하단 광고 치환자(withSeok)

 

아두이노 가변저항 이용하여 LED 밝기 조절
void setup() {
  // put your setup code here, to run once:
  pinMode(12,OUTPUT);
}

void loop() {
  // put your main code here, to run repeatedly:
  digitalWrite(12,HIGH);
}

가변저항

 

가변저항

728x90

+ Recent posts