LED, 저항의 풀업, 풀다운 연결
풀다운 저항
풀업 저항
void setup()
{
pinMode(13, OUTPUT);
}
void loop()
digitalWrite(13, HIGH);
Copyright ⓒ TECH79 All right reserved