Save
Share
Docs
Sign in
Sign up
Active Low and ActiveHigh .ino
diagram.json
Pushswitch.ino
Library Manager
void setup() { pinMode(12,OUTPUT); } void loop() { digitalWrite(12,LOW); delay(500); }
➡
Simulation