dds: fix docstring, closes #540

This commit is contained in:
Sebastien Bourdeauducq 2016-08-16 14:55:30 +08:00
parent 283fc904ec
commit 310acca372
1 changed files with 3 additions and 2 deletions

View File

@ -233,6 +233,7 @@ class AD9914(_DDSGeneric):
sequentially with a delay between the calls. 10ms provides a good
timing margin.
:param sync_delay: integer from 0 to 0x3f that sets value of
SYNC_OUT (bits 3-5) and SYNC_IN (bits 0-2) delay ADJ bits."""
:param sync_delay: integer from 0 to 0x3f that sets the value of
SYNC_OUT (bits 3-5) and SYNC_IN (bits 0-2) delay ADJ bits.
"""
dds_init_sync(now_mu(), self.bus_channel, self.channel, sync_delay)