Update main.c

pull/73/head
alanbjohnston 5 years ago committed by GitHub
parent a7cce53061
commit c9f8753e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,7 +124,7 @@ float batteryThreshold = 3.0, batteryVoltage;
float latitude = 39.027702, longitude = -77.078064; float latitude = 39.027702, longitude = -77.078064;
float lat_file, long_file; float lat_file, long_file;
float axis[2], angle[2], volts_max[2], amps_max[2], batt, speed, eclipse_time, period, temp float axis[2], angle[2], volts_max[2], amps_max[2], batt, speed, eclipse_time, period, temp;
int eclipse; int eclipse;
int test_i2c_bus(int bus); int test_i2c_bus(int bus);

Loading…
Cancel
Save

Powered by TurnKey Linux.