Skip to content

Commit

Permalink
Update i2c_sensors.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Feb 27, 2025
1 parent 8416b1f commit 81be0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i2c_sensors.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "i2c_ina219.h"
#include "i2c_as3935.h"
#include "i2c_dps310.h"
#icnlude "i2c_shtc3.h"
#include "i2c_shtc3.h"

void i2c_sensors_scan(bool i2c_alt_enable_scan) {
i2c_ina219_try_init(&Wire);
Expand Down

0 comments on commit 81be0ed

Please sign in to comment.