| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-08 | docs/pyb.Pin: Sort .af() and .af_list() methods together. | Paul Sokolovsky | |
| 2016-06-08 | docs/pyb.*: Use proper class case in method headers. | Paul Sokolovsky | |
| Class designator will be used as is in indexes, so must match actual class name. | |||
| 2016-06-08 | docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such. | Paul Sokolovsky | |
| 2016-06-08 | docs/pyb.Pin: af_list() is a normal method, not a class method. | Paul Sokolovsky | |
| 2016-06-08 | docs/pyb.*: Add "currentmodule:: pyb" directive. | Paul Sokolovsky | |
| Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes. | |||
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
| 2015-09-16 | cc3200: Replace Pin.PULL_NONE with None. | Daniel Campora | |
| 2015-09-10 | cc3200: Add alternate functions list to Pin object. | Daniel Campora | |
| Also remove pin.high() and pin.low() methods. | |||
| 2015-09-10 | cc3200: Re-work Pin class according to the new API. | Daniel Campora | |
| Also add relevant test. | |||
| 2015-08-16 | cc3200: Improve callback API. | Daniel Campora | |
| Rename "wakes" param to "wake_from" and make "value" an object instead of an integer. | |||
| 2015-07-30 | cc3200: Rename pins from GPIO to just GP. | Daniel Campora | |
| This is how the names will be printed on the sticker that goes on top of the EMI shield. The shorter names also help saving a few bytes of RAM and ROM. | |||
| 2015-06-28 | cc3200: Add `Pin.name()` method. | Daniel Campora | |
| 2015-06-16 | docs: Add more documentation for the CC3200 in the pyb module. | Daniel Campora | |
| 2015-06-10 | docs: Add initial draft documentation for the WiPy. | Daniel Campora | |
| This makes all common files "port-aware" using the .. only directive. | |||
| 2014-11-04 | docs: Add links from quickref to pyb classes. | Damien George | |
| 2014-11-04 | docs: Add debounce tutorial; order Pin methods; add pull resistor info. | Damien George | |
| 2014-10-31 | docs: Cleanup and update some docs. | Damien George | |
| 2014-10-31 | docs: Import documentation from source-code inline comments. | Damien George | |
| The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory. | |||
