Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Dec 13, 2024
1 parent 1e1a05a commit c6424df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions i2c_sensors.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@

#include "i2c_sht30.h"
#include "i2c_qmp6988.h"
#include "i2c_bmp280.h"
#include "i2c_dht12.h"
#include "i2c_ads1115.h"

void i2c_sensors_scan() {
i2c_ads1115_try_init();
i2c_sht30_try_init();
i2c_dht12_try_init();
i2c_bmp280_try_init();
i2c_qmp6988_try_init();
}

Expand Down

0 comments on commit c6424df

Please sign in to comment.