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 May 16, 2021
1 parent 9137570 commit 9074f1a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +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);

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

0 comments on commit 9074f1a

Please sign in to comment.