skip BME280 Data

pull/53/head
alanbjohnston 5 years ago committed by GitHub
parent 72adb1b5ad
commit 907d20358c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -919,7 +919,7 @@ if (payload == ON)
float gyroX, gyroY, gyroZ;
for (count1 = 0; count1 < 6; count1++)
for (count1 = 0; count1 < 7; count1++) // skip over BME280 data to get to X, Y, and Z Gyro data
{
// voltage[count1] = atof(token);
// printf("token %s ", token);

Loading…
Cancel
Save

Powered by TurnKey Linux.