Skip to content

Commit

Permalink
Update SI1145_basics_continuous.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
wollewald authored Oct 15, 2022
1 parent 9c7a634 commit 24ee8e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ void loop() {
byte failureCode = 0;
unsigned int amb_als = 0;
unsigned int amb_ir = 0;
unsigned int proximity = 0;
/* uncomment if you want to perform PS measurements */
//unsigned int proximity = 0;
float uv = 0.0;

amb_als = mySI1145.getAlsVisData();
Expand Down

0 comments on commit 24ee8e6

Please sign in to comment.