1-Yanıp Sönen Led

Estimated reading: 1 minute 22 views
void setup() {
  pinMode(1, OUTPUT);
}

void loop() {
  digitalWrite(1, HIGH);
}

Leave a Comment

Share this Doc

1-Yanıp Sönen Led

Or copy link

CONTENTS