turn on Serial1

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

@ -74,8 +74,8 @@ void setup() {
#ifdef ARDUINO_ARCH_RP2040 #ifdef ARDUINO_ARCH_RP2040
Serial.println("This code is for the Raspberry Pi Pico hardware."); Serial.println("This code is for the Raspberry Pi Pico hardware.");
pinMode(0, INPUT); // pinMode(0, INPUT);
pinMode(1, INPUT); // pinMode(1, INPUT);
// set all Pico GPIO connected pins to input // set all Pico GPIO connected pins to input
for (int i = 6; i < 22; i++) { for (int i = 6; i < 22; i++) {

Loading…
Cancel
Save

Powered by TurnKey Linux.