Skip to content

Commit 6c24f24

Browse files
fixing example 3
1 parent 20777fd commit 6c24f24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/Example3_BulbReadings/Example3_BulbReadings.ino

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
#include "AS726X.h"
2424
AS726X sensor;//Creates the sensor object
2525

26+
byte GAIN = 2;
27+
byte MEASUREMENT_MODE = 0;
28+
2629
void setup() {
2730
sensor.begin(Wire, GAIN, MEASUREMENT_MODE);
2831
}

0 commit comments

Comments
 (0)