Untitled

Anonymous
plain_text
02/12/2022 5:01 PM
108 B
16
Indexable
void setup() {

   pinMode(9, OUTPUT);
}

void loop() {
digitalWrite(9, HIGH);
}
Editor is loading...