Skip to content

Commit

Permalink
Update SI1145_using_two_sensors.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
wollewald authored Oct 26, 2022
1 parent c81cb85 commit 85419fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const int sensor2EnablePin = 10;

SI1145_WE sensor1 = SI1145_WE();
SI1145_WE sensor2 = SI1145_WE();
// You can also pass a Wire object like wire2:
// SI1145_WE sensor1 = SI1145_WE(&wire2);
// You can also pass a Wire object:
// SI1145_WE sensor1 = SI1145_WE(&Wire);

void setup() {
pinMode(sensor2EnablePin, OUTPUT);
Expand Down

0 comments on commit 85419fe

Please sign in to comment.