Skip to content

Commit b8f6272

Browse files
committed
fix adc cannot be setup
1 parent e67ee70 commit b8f6272

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/combined.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ int light_value;
1515
void setup() {
1616
Serial.begin();
1717

18-
pinMode(MIC , INPUT);
19-
pinMode(LIGHT , INPUT);
2018
pinMode(BUTTON , INPUT);
21-
2219
pinMode(LED, OUTPUT);
2320
digitalWrite(LED, LOW);
21+
2422
pinMode(BUZZER, OUTPUT);
2523

2624
Oled.begin();

0 commit comments

Comments
 (0)