You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/P1AM-ETH/P1AM-ETH.html
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,19 @@ <h2></h2>
40
40
<h3>Code Examples</h3>
41
41
<divclass="line"></div>
42
42
<p><i><ahref=https://www.Arduino.cc/en/Tutorial/WebServer>The webserver example</a> redefines the function of pins A3 and A4 which are used by the Base Controller. To use the webserver example provided by Arduino with the P1AM-100 you must first add the following if statement after the start of the for loop that increments through analog channels. </i></p>
if(analogChannel!= 3||analogChannel!= 4){ //add this line to skip over A3 and A4 when calling analogRead on Arduino pin analog inputs
46
+
int sensorReading = analogRead(analogChannel);
0 commit comments