| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-20 | Delete a bunch of docs, drivers and examples not relevant to CircuitPython. | Scott Shawcroft | |
| This fixes #345 and fixes #215. | |||
| 2016-08-02 | docs: Spelling mistakes | Mike Causer | |
| 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.*: 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. | |||
| 2016-03-11 | docs: Update details on using ADCAll object for vref/vbat channels. | Peter Hinch | |
| 2016-01-13 | docs: Several minor changes: network, pyb, ADCAll and inline asm. | Peter Hinch | |
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
| 2015-09-16 | docs: Adapt WiPy's ADC doc and quickref to the new API. | Daniel Campora | |
| 2015-08-10 | cc3200: Make ADC API compatible with the pyboard. | Daniel Campora | |
| 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-07-22 | stmhal: Allow ADC.read_timed to take Timer object in place of freq. | Damien George | |
| This allows a user-specified Timer for the triggering of the ADC read, mirroring the new behaviour of DAC.write_timed. Addresses issue #1129. | |||
| 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-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. | |||
