adding pins.pulseIn API

This commit is contained in:
Peli de Halleux
2016-08-17 11:18:15 -07:00
parent 269254796d
commit 8e811b913e
8 changed files with 108 additions and 4 deletions

View File

@ -27,6 +27,12 @@ format from the 7-bit I2C address `32`.
pins.i2cReadNumber(32, NumberFormat.UInt16BE);
```
#### ~hint
This function is not supported in the simulator.
#### ~
### See also
[I2C](https://en.wikipedia.org/wiki/I%C2%B2C)