gpio16 high

pico-fc-test
alanbjohnston 3 years ago committed by GitHub
parent 4ee2cf21ba
commit da17721b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,9 +190,9 @@ void setup() {
void loop() {
digitalWrite(16, LOW);
// digitalWrite(16, LOW);
delay(2000);
// delay(2000);
digitalWrite(16, HIGH);

Loading…
Cancel
Save

Powered by TurnKey Linux.