Skip to content

Commit

Permalink
Fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 13, 2023
1 parent 2b3b50f commit 58133e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CM32181_LightSensor/CM32181_LightSensor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void setup()
SAMPLING_X1_8
SAMPLING_X1_4
*/
light.setSampling(SAMPLING_X2);
light.setSampling(SensorCM32181::SAMPLING_X2);

//Power On sensor
light.powerOn();
Expand Down

0 comments on commit 58133e2

Please sign in to comment.