summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.RTC.rst
Commit message (Collapse)AuthorAge
* docs: Spelling mistakesMike Causer2016-08-02
|
* docs/pyb.*: Use proper class case in method headers.Paul Sokolovsky2016-06-08
| | | | | Class designator will be used as is in indexes, so must match actual class name.
* docs/pyb.*: Add "currentmodule:: pyb" directive.Paul Sokolovsky2016-06-08
| | | | | Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes.
* docs: Update all WiPy docs to reflect the new API.danicampora2015-10-17
|
* cc3200: Improve callback API.Daniel Campora2015-08-16
| | | | | Rename "wakes" param to "wake_from" and make "value" an object instead of an integer.
* docs: Add more documentation for the CC3200 in the pyb module.Daniel Campora2015-06-16
|
* docs: Add initial draft documentation for the WiPy.Daniel Campora2015-06-10
| | | | This makes all common files "port-aware" using the .. only directive.
* sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.blmorris2015-05-11
|
* docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup.Damien George2015-04-21
|
* docs: Cleanup and update some docs.Damien George2014-10-31
|
* docs: Import documentation from source-code inline comments.Damien George2014-10-31
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.