Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
ADD: pwmToneWrite in pi specific section
  • Loading branch information
nekuz0r committed Jul 24, 2014
1 parent 215b202 commit 4c01b96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,11 @@ This sets the divisor for the PWM clock.

**NOTE: The PWM control functions can not be used when in Sys mode. To understand more about the PWM system, you’ll need to read the Broadcom ARM peripherals manual.**

### pwmToneWrite(pin, frequency)
<span class="api-info"><code> >= 2.0.0 </code></span>

Output the given frequency on the Pi's PWM pin

### gpioClockSet(pin, frequency)
<span class="api-info"><code> >= 1.0.0 </code></span>

Expand Down

0 comments on commit 4c01b96

Please sign in to comment.