Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs: Spelling mistakes | Mike Causer | 2016-08-02 |
| | |||
* | docs/machine*: Remove explicit targets and "machine." prefixes on classes. | Paul Sokolovsky | 2016-06-09 |
| | | | | | With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data. | ||
* | docs/machine.*: Use proper class case in method headers. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Class designator will be used as is in indexes, so must match actual class name. | ||
* | docs/machine.*: Add "currentmodule:: machine" directive. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Makes sure that classes described in these separate files are properly designated as belonging to "machine" module in indexes. | ||
* | docs: Correct machine.Timer code examples related to duty cycle. | danicampora | 2016-02-23 |
| | |||
* | docs: Add note on machine.Timer class regarding PWM output pins. | danicampora | 2016-02-23 |
| | |||
* | docs: Minor change to improve clarity in machine.Timer docs. | danicampora | 2016-02-22 |
| | |||
* | docs: Correct WiPy Timer docs. | danicampora | 2016-02-21 |
| | |||
* | cc3200: Simplify the Timer API and correct the documents. | danicampora | 2016-02-21 |
| | | | | | | Make the PWM duty cycle configurable from 0.00 to 100.00 by accepting values from 0 to 10000. Add automatic Pin assignment when operating in PWM mode. | ||
* | docs: Remove remaining references to 'af', which is now 'alt'. | danicampora | 2015-10-21 |
| | |||
* | docs: Several corrections to the classes in the machine module. | danicampora | 2015-10-21 |
| | |||
* | docs: Update all WiPy docs to reflect the new API. | danicampora | 2015-10-17 |