/reference/types -> /types

This commit is contained in:
Peli de Halleux
2017-03-16 07:57:41 -07:00
parent 69bd0225ad
commit 00e9217e73
116 changed files with 224 additions and 361 deletions

View File

@ -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.