Sensor 1,2,3 are float

pico-payload-gps-query
alanbjohnston 3 years ago committed by GitHub
parent 9d50cea7dc
commit b5a01af374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -333,8 +333,9 @@ int bmePresent, mpuPresent;
int RXLED = 17; // The RX LED has a defined Arduino pin int RXLED = 17; // The RX LED has a defined Arduino pin
int greenLED = 19; int greenLED = 19;
int blueLED = 18; int blueLED = 18;
int Sensor1 = 0; float Sensor1 = 0.0;
float Sensor2 = 0; float Sensor2 = 0.0;
float Sensor3 = 0.0;
void eeprom_word_write(int addr, int val); void eeprom_word_write(int addr, int val);
short eeprom_word_read(int addr); short eeprom_word_read(int addr);
int first_time = true; int first_time = true;

Loading…
Cancel
Save

Powered by TurnKey Linux.