Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Dec 13, 2024
1 parent e51eeb9 commit 91f6ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i2c_ads1115.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#define M5_UNIT_VMETER_EEPROM_I2C_ADDR 0x53
#define M5_UNIT_VMETER_PRESSURE_COEFFICIENT 0.015918958F

ADS1115 i2c_ads1115_sensor;
bool i2c_ads1115_found = false;
extern ADS1115 i2c_ads1115_sensor;
extern bool i2c_ads1115_found = false;

float resolution = 0.0;
float calibration_factor = 0.0;
Expand Down

0 comments on commit 91f6ccf

Please sign in to comment.