Update Payload_BME280_MPU6050_XS.ino try UART instead

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

@ -8,7 +8,7 @@
#include <MPU6050_tockn.h> #include <MPU6050_tockn.h>
#include <TinyGPS++.h> #include <TinyGPS++.h>
#ifdef ARDUINO_ARCH_RP2040 #ifdef ARDUINO_ARCH_RP2040
#include <SoftwareSerial.h> UART Serial2(8, 9, 0, 0);
#else #else
#include <EEPROM.h> #include <EEPROM.h>
#endif #endif

Loading…
Cancel
Save

Powered by TurnKey Linux.