added mpuPresent

pull/156/head
alanbjohnston 4 years ago committed by GitHub
parent 673de2d456
commit 27dcd95a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -233,7 +233,7 @@ Adafruit_BME280 bme;
MPU6050 mpu6050(Wire);
long timer = 0;
int bmePresent;
int bmePresent, mpuPresent;
int RXLED = 17; // The RX LED has a defined Arduino pin
int greenLED = 19;
int blueLED = 18;

Loading…
Cancel
Save

Powered by TurnKey Linux.