Skip to content

Commit 1e03ec0

Browse files
authored
Update content/micropython/01.basics/06.board-examples/board-examples.md
1 parent 33dde6c commit 1e03ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/micropython/01.basics/06.board-examples/board-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Before you start using the board's pins, it might be a good idea to check out th
5151

5252
### Analog Read
5353

54-
***Note: This is currently only available on the nightly build***
54+
***Note: This is currently only available on the nightly build. Follow [this link](https://docs.arduino.cc/micropython/#firmware) to download it.***
5555

5656
To read an analog pin, we can use the `ADC.read_u16` command. This reads the specified analog pin and returns an integer in the range 0 - 65535. For this, we need to import `ADC` from the `machine` module.
5757

0 commit comments

Comments
 (0)