| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | stmhal: Add Timer class: simple TIM control, incl callback on IRQ. | Damien George | |
| Simple but functional timer control. More sophistication will eventually be added, or for now just use direct register access :) Also added pyb.freq() function to get MCU clock frequencies. | |||
| 2014-04-15 | stmhal: Add ADC function to read data at a given frequency. | Damien George | |
| Reads ADC values into a bytearray (or similar) at a fixed rate. Needs a better name and improved API. Also fix up DAC dma function (which also needs a better name and API). | |||
| 2014-04-02 | stmhal: Add timer module; move servo PWM from TIM2 to TIM5. | Damien George | |
| As per issue #257, servo is better on TIM5 because TIM2 is connected to more GPIO. | |||
