Skip to content

Commit 33dde6c

Browse files
committed
Update digital-analog-pins.md
1 parent b908b32 commit 33dde6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/micropython/01.basics/05.digital-analog-pins/digital-analog-pins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ while True:
113113
time.sleep_ms(500)
114114
```
115115

116-
***If you are using an [Arduino Nano RP2040 Connect](https://store.arduino.cc/products/arduino-nano-rp2040-connect), you can also do the following: `adc = ADC("A4")`. For more information check out the example [here](http://localhost:8000/micropython/basics/board-examples#analog-read).***
116+
***If you are using an [Arduino Nano RP2040 Connect](https://store.arduino.cc/products/arduino-nano-rp2040-connect), you can also do the following: `adc = ADC("A4")`. For more information check out the example [here](http://docs.arduino.cc/micropython/basics/board-examples#analog-read).***
117117

118118
## PWM (Pulse Width Modulation)
119119

0 commit comments

Comments
 (0)