Update cubesatsim.ino

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 617490be04
commit 8ab0d2dbdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,8 +46,9 @@ void setup() {
delay(2000);
Serial.println("Pico v0.1 starting...\n\n");
#ifndef ARDUINO_ARCH_RP2040
Serial.println("This code is written for the Raspberry Pi Pico hardware.");
#endif
// set all Pico GPIO pins to input
for (int i = 6; i < 29; i++) {

Loading…
Cancel
Save

Powered by TurnKey Linux.