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 0737bb7 commit 36dfc48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bbn_m5atomS3_lite_INA219/bbn_m5atomS3_lite_INA219.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

#include "NmeaXDR.h"

Adafruit_INA219 ina219;
#define INA219_I2C_ADDRESS (0x40)

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

void setup() {
Expand Down

0 comments on commit 36dfc48

Please sign in to comment.