Add some linking for hw vids (#1813)
* add linking for hw vids, fix card pages * revert vid card page and inline youtube links
This commit is contained in:
committed by
Peli de Halleux
parent
2352102dc5
commit
ce7ff4b7a6
@ -9,7 +9,7 @@ input.temperature();
|
||||
|
||||
## Returns
|
||||
|
||||
* a [Number](/types/number) that means the Celsius temperature.
|
||||
* a [number](/types/number) that is the temperature in degrees Celsius.
|
||||
|
||||
## How does it work?
|
||||
|
||||
@ -18,6 +18,11 @@ Because the @boardname@ does not usually get very hot, the temperature of the CP
|
||||
is usually close to the temperature of wherever you are.
|
||||
The @boardname@ might warm up a little if you make it work hard, though!
|
||||
|
||||
Learn more about how the @boardname@ can detect hot or cold in this video:
|
||||
|
||||
https://www.youtube.com/watch?v=_T4N8O9xsMA
|
||||
|
||||
|
||||
## Example: @boardname@ thermometer
|
||||
|
||||
The following example uses `temperature` and `show number` to show the temperature of the room.
|
||||
|
Reference in New Issue
Block a user