Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Dec 12, 2024
1 parent 81c0086 commit 5d3883a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions i2c_qmp6988.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#include "NmeaXDR.h"
#include "Nmea0183Msg.h"

#define QMP6988_SLAVE_ADDRESS_L (0x70)
#define QMP6988_SLAVE_ADDRESS_H (0x56)

m5::unit::UnitQMP6988 i2c_qmp6988_sensor;
bool i2c_qmp6988_found = false;

Expand Down
2 changes: 2 additions & 0 deletions i2c_sht30.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include "NmeaXDR.h"
#include "Nmea0183Msg.h"

#define SHT3X_I2C_ADDR 0x44

m5::unit::UnitSHT30 i2c_sht30_sensor;
bool i2c_sht30_found = false;

Expand Down

0 comments on commit 5d3883a

Please sign in to comment.