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 6fd7554 commit 10abebbCopy full SHA for 10abebb
examples/BreakoutWebServer/BreakoutWebServer.ino
@@ -90,7 +90,6 @@ void loop() {
90
// output the value of each analog input pin
91
for (int analogChannel = 0; analogChannel < 8; analogChannel++) {
92
int sensorReading = Breakout.analogRead(analogPin[analogChannel]);
93
- Serial.println(SYSCFG->PMCR);
94
client.print("analog input ");
95
client.print(analogChannel);
96
client.print(" is ");
0 commit comments