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 86073fb commit 81c0086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion i2c_qmp6988.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "NmeaXDR.h"
#include "Nmea0183Msg.h"

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

void i2c_qmp6988_report() {
Expand Down
2 changes: 2 additions & 0 deletions i2c_sensors.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <M5Unified.h>
#include <M5UnitUnified.h>

m5::unit::UnitUnified Units;

#include "i2c_ads1115.h"
#include "i2c_sht30.h"
#include "i2c_qmp6988.h"
Expand Down

0 comments on commit 81c0086

Please sign in to comment.