Update 'pins' ref pages (#1733)

* Update 'pins' ref pages

* Some jsdoc touchups
This commit is contained in:
Galen Nickel
2019-01-03 16:02:19 -08:00
committed by Peli de Halleux
parent 7856c046f4
commit 079cd67c38
17 changed files with 214 additions and 113 deletions

View File

@ -6,11 +6,9 @@ Read one number from an I2C address using a specified number format.
pins.i2cReadNumber(0, NumberFormat.Int8LE, false);
```
### ~hint
### ~ hint
**Simulator**
This function needs real hardware to work with. It's not supported in the simulator.
**Simulator**: This function needs real hardware to work with. It's not supported in the simulator.
### ~