Fix some doc issues

This commit is contained in:
Sam El-Husseini
2018-04-21 11:47:43 -07:00
parent 918972ba6f
commit 8719f557aa
7 changed files with 7 additions and 8 deletions

View File

@ -15,7 +15,7 @@ pins.analogPitch(440, 300)
## Example
```blocks
pins.analogSetPitchPin("P0")
pins.analogSetPitchPin(AnalogPin.P0);
let frequency1 = 440
let duration = 1000
pins.analogSetPitchPin(AnalogPin.P1);