From 73533247cb2602c968229d2c102e925c5b702677 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 20 Jan 2015 23:56:10 +0000 Subject: [PATCH] docs: Fix frequency info for DAC.triangle. --- docs/library/pyb.DAC.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/pyb.DAC.rst b/docs/library/pyb.DAC.rst index 393daf38b6..5d4771a173 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)