Skip to content

Commit 4206edc

Browse files
committed
Update Example03_SYNS_Mode.ino
Delete commented code.
1 parent 8809ba1 commit 4206edc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/Example03_SYNS_Mode/Example03_SYNS_Mode.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ void setup() {
3131

3232
Serial.println("Sensor began.");
3333

34-
// // Set break time to 900us (112 * 8us) to account for the time it takes to poll data.
35-
// if(SFE_BUS_OK != myUVSensor.setBreakTime(112)) {
36-
// Serial.println("Sensor did not set break time properly.");
37-
// Serial.println("Spinning...");
38-
// while(1);
39-
// }
40-
4134
// Set measurement mode and change device operating mode to measure.
4235
if(myUVSensor.startMeasurement(MEAS_MODE_SYNS) == false) {
4336
Serial.println("Sensor did not get set properly.");

0 commit comments

Comments
 (0)