From 8ab0d2dbdc527bdfa8b3467718f176ed5863c16c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 4 Jul 2022 08:27:11 -0400 Subject: [PATCH] Update cubesatsim.ino --- cubesatsim/cubesatsim.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 1e097eaf..b7552b89 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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++) {