added ARDUINO_ARCH_RP2040 test

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent c41e3a54b3
commit f189e6aaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,10 @@ void setup() {
// Serial1.begin(9600); // Pi UART faster speed
Serial.println("Starting!");
#ifndef ARDUINO_ARCH_RP2040
Serial.println("This code is for the Raspberry Pi Pico hardware.");
#endif
blink_setup();

Loading…
Cancel
Save

Powered by TurnKey Linux.