We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8809ba1 commit 4206edcCopy full SHA for 4206edc
examples/Example03_SYNS_Mode/Example03_SYNS_Mode.ino
@@ -31,13 +31,6 @@ void setup() {
31
32
Serial.println("Sensor began.");
33
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
-
41
// Set measurement mode and change device operating mode to measure.
42
if(myUVSensor.startMeasurement(MEAS_MODE_SYNS) == false) {
43
Serial.println("Sensor did not get set properly.");
0 commit comments