Skip to content

Commit e4438ef

Browse files
committed
Fix for #45
1 parent d625b7e commit e4438ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example7_Basic_Readings_Interrupts/Example7_Basic_Readings_Interrupts.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void setup()
4747
byte ledBrightness = 0x7F; //Options: 0=Off to 255=50mA
4848
byte sampleAverage = 1; //Options: 1, 2, 4, 8, 16, 32
4949
byte ledMode = 3; //Options: 1 = Red only, 2 = Red + IR, 3 = Red + IR + Green
50-
byte sampleRate = 400; //Options: 50, 100, 200, 400, 800, 1000, 1600, 3200
50+
int sampleRate = 400; //Options: 50, 100, 200, 400, 800, 1000, 1600, 3200
5151
int pulseWidth = 69; //Options: 69, 118, 215, 411
5252
int adcRange = 4096; //Options: 2048, 4096, 8192, 16384
5353

0 commit comments

Comments
 (0)