Skip to content

Commit

Permalink
Merge pull request #25 from gschorcht/fix_init_seq_als_int_period
Browse files Browse the repository at this point in the history
Fix the ALS intergration period in init sequence
  • Loading branch information
caternuson authored Nov 16, 2021
2 parents d246ce8 + 4783030 commit 985331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_VL6180X.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void Adafruit_VL6180X::loadSettings(void) {
write8(0x0031, 0xFF); // sets the # of range measurements after
// which auto calibration of system is
// performed
write8(0x0040, 0x63); // Set ALS integration time to 100ms
write8(0x0041, 0x63); // Set ALS integration time to 100ms
write8(0x002e, 0x01); // perform a single temperature calibration
// of the ranging sensor

Expand Down

0 comments on commit 985331f

Please sign in to comment.