Skip to content

Commit 4b7afea

Browse files
committed
fixed compilations errors
1 parent 938e319 commit 4b7afea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/ReadCalibratedColors/ReadCalibratedColors.ino

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
#include "Arduino_LTR381RGB.h"
1515

1616
// Modify these values with the calibration parameters
17-
#define MAX_RED 255;
18-
#define MAX_GREEN 255;
19-
#define MAX_BLUE 255;
20-
#define MIN_RED 0;
21-
#define MIN_GREEN 0;
22-
#define MIN_BLUE 0;
17+
#define MAX_RED 255
18+
#define MAX_GREEN 255
19+
#define MAX_BLUE 255
20+
#define MIN_RED 0
21+
#define MIN_GREEN 0
22+
#define MIN_BLUE 0
2323

2424
void setup() {
2525
Serial.begin(9600);

0 commit comments

Comments
 (0)