diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-01-20 23:56:10 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-01-20 23:56:10 +0000 |
| commit | 73533247cb2602c968229d2c102e925c5b702677 (patch) | |
| tree | 9e1e7523f8d757a008eeae114c1ad74402b238dc /docs | |
| parent | bf19541f466fe40176c80ccfe324ef13c96bf957 (diff) | |
docs: Fix frequency info for DAC.triangle.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/pyb.DAC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.DAC.rst b/docs/library/pyb.DAC.rst index 393daf38b..5d4771a17 100644 --- a/docs/library/pyb.DAC.rst +++ b/docs/library/pyb.DAC.rst @@ -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) |
