Update Payload_BME280_MPU6050_XS.ino only do TinyGPS if Pico

pull/295/head
Alan Johnston 2 years ago committed by GitHub
parent 8c896e6ba9
commit b1f25755c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,8 +6,8 @@
#include <Adafruit_Sensor.h>
#include <Adafruit_BME280.h>
#include <MPU6050_tockn.h>
#include <TinyGPS++.h>
#ifdef ARDUINO_ARCH_MBED_RP2040
#include <TinyGPS++.h>
UART Serial2(8, 9, 0, 0);
#else
#include <EEPROM.h>

Loading…
Cancel
Save

Powered by TurnKey Linux.