blink at start

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent 39589c40e1
commit 0896e06d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,11 +57,14 @@ WiFiClient client;
void setup() {
new_mode = mode;
config_gpio();
Serial.begin(9600);
blinkTimes(2);
sleep(5.0);
config_gpio();
/*
pinMode(PI_3V3_PIN, INPUT);
Serial.print("Pi 3.3V: ");

Loading…
Cancel
Save

Powered by TurnKey Linux.