Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_INA219.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Dec 16, 2024
1 parent c2f644e commit 4204df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbn_m5atomS3_lite_INA219/bbn_m5atomS3_lite_INA219.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include "NmeaXDR.h"

#define INA219_I2C_ADDRESS (0x40)
#define INA219_I2C_ADDRESS_0 (0x40)

Adafruit_INA219 ina219(INA219_I2C_ADDRESS);
Adafruit_INA219 ina219(INA219_I2C_ADDRESS_0);
unsigned long timeout = 0;

void setup() {
Expand Down

0 comments on commit 4204df6

Please sign in to comment.