Skip to content

Commit dc22a28

Browse files
committed
fix: removed pin 6 debug
1 parent 50b1166 commit dc22a28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/ScienceJournal/ScienceJournal.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ bool ble_is_connected = false;
3838

3939

4040
void setup(){
41-
pinMode(6,OUTPUT);
4241
science_kit.begin(NO_AUXILIARY_THREADS); // Doesn't start the BME688 and external temperature threads for the moment
4342

4443
if (!BLE.begin()){
@@ -132,9 +131,7 @@ void setup(){
132131

133132
void update(void){
134133
while(1){
135-
digitalWrite(6,HIGH);
136134
science_kit.update(ROUND_ROBIN_ENABLED);
137-
digitalWrite(6,LOW);
138135
delay(25);
139136
}
140137
}

0 commit comments

Comments
 (0)