updated docs and strings

This commit is contained in:
Peli de Halleux
2016-06-15 22:50:23 -07:00
parent cc5330bf3d
commit a6a9f25e86
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pins.servoWritePin(AnalogPin.P0, 180);
pins.servoSetPulse(AnalogPin.P0, 1500);
pins.i2cReadNumber(0, NumberFormat.Int8LE);
pins.i2cWriteNumber(0, 0, NumberFormat.Int8LE);
pins.setPull(DigitalPin.P0, PinPullMode.PullDown);
pins.analogPitch(0, 0);
pins.analogSetPitchPin(AnalogPin.P0);
```