fix fix list in sigma-delta

This commit is contained in:
devsaurus 2016-02-21 22:32:34 +01:00
parent 424f9f9f88
commit e0c262d6ea
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
This module provides access to the sigma-delta component. It's a hardware signal generator that can be routed to any of the GPIOs except pin 0. This module provides access to the sigma-delta component. It's a hardware signal generator that can be routed to any of the GPIOs except pin 0.
The signal generation is controlled by the [`setprescale()`](#sigma_deltasetprescale) and [`settarget()`](#sigma_deltasettarget) functions. The signal generation is controlled by the [`setprescale()`](#sigma_deltasetprescale) and [`settarget()`](#sigma_deltasettarget) functions.
- 0 < target <= 128<br /> - 0 < target <= 128<br />
t<sub>high</sub> = (prescale + 1) / 80 µs<br /> t<sub>high</sub> = (prescale + 1) / 80 µs<br />
t<sub>period</sub> = t<sub>high</sub> * 256 / target t<sub>period</sub> = t<sub>high</sub> * 256 / target