Skip to content

Commit

Permalink
Update PWM pins list
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 4, 2015
1 parent 0da0ec0 commit 845d817
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ board.MODES;

**pinMode(pin, MODE)**

> Set a pin's mode to any one of the MODES. PWM is supported on A0, A1, A4, A5, A6, A7, D0 and D1.
> Set a pin's mode to any one of the MODES.
Example:
```js
Expand All @@ -108,6 +108,10 @@ board.on("ready", function() {
});
```

PWM Support:
- Core pins: A0, A1, A4, A5, A6, A7, D0, D1.
- Photon pins: A4, A5, D0, D1, D2, D3
- P1 pins: A4, A5, D0, D1, D2, D3


**digitalWrite(pin, value)**
Expand Down

0 comments on commit 845d817

Please sign in to comment.