/reference/types -> /types
This commit is contained in:
@ -9,12 +9,12 @@ pins.analogReadPin(AnalogPin.P0)
|
||||
|
||||
### Parameters
|
||||
|
||||
* ``name`` is a [string](/reference/types/string) with the name of the pin
|
||||
* ``name`` is a [string](/types/string) with the name of the pin
|
||||
you say (`P0` through `P4`, or `P10`)
|
||||
|
||||
### Returns
|
||||
|
||||
* a [number](/reference/types/number) from `0` through `1023`
|
||||
* a [number](/types/number) from `0` through `1023`
|
||||
|
||||
This program reads pin `P1` and shows the number
|
||||
on the LED screen.
|
||||
|
Reference in New Issue
Block a user