Skip to content

Commit

Permalink
docs: Fix frequency info for DAC.triangle.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Jan 20, 2015
1 parent bf19541 commit 7353324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/library/pyb.DAC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Methods

Generate a triangle wave. The value on the DAC output changes at
the given frequency, and the frequence of the repeating triangle wave
itself is 256 (or 1024, need to check) times smaller.
itself is 2048 times smaller.

.. method:: dac.write(value)

Expand Down

0 comments on commit 7353324

Please sign in to comment.