Update Payload_BME280_MPU6050_XS.ino test board print

pull/296/head
Alan Johnston 2 years ago committed by GitHub
parent 826e52e435
commit c6c4e88704
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,12 +76,21 @@ void setup() {
Serial.begin(115200); // Serial Monitor for testing
#if defined (ARDUINO_ARCH_MBED_RP2040) || (ARDUINO_ARCH_RP2040)
Serial.println("Pico with Mbed");
#elif defined (!ARDUINO_ARCH_MBED_RP2040) || (ARDUINO_ARCH_RP2040)
Serial.println("Pico with RP2040");
#else
Serial.println("Pro Micro");
#endif
/*
#ifdef ARDUINO_ARCH_RP2040
Serial1.setRX(1);
delay(100);
Serial1.setTX(0);
delay(100);
#endif
*/
Serial1.begin(115200); // for communication with Pi Zero
delay(1000);

Loading…
Cancel
Save

Powered by TurnKey Linux.