index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
library
/
pyb.ADC.rst
Age
Commit message (
Expand
)
Author
2019-12-04
docs: Remove spaces on lines that are empty.
Damien George
2018-07-18
docs/library: Remove "only" directive from all pyb module docs.
Damien George
2018-04-20
docs/library/pyb.ADC: Fix typo of "prarmeter".
Damien George
2018-04-20
docs/library/pyb.ADC: Remove outdated ADCAll code example.
Peter Hinch
2018-04-11
stm32/adc: Optimise read_timed_multi() by caching buffer pointers.
Damien George
2018-04-11
stm32/adc: Add read_timed_multi() static method, with docs and tests.
Peter Hinch
2018-04-10
docs/library/pyb.ADC.rst: Document new features for ADCAll.
T S
2016-08-02
docs: Spelling mistakes
Mike Causer
2016-06-08
docs/pyb.*: Use proper class case in method headers.
Paul Sokolovsky
2016-06-08
docs/pyb.*: Add "currentmodule:: pyb" directive.
Paul Sokolovsky
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
2015-07-22
stmhal: Allow ADC.read_timed to take Timer object in place of freq.
Damien George
2015-06-10
docs: Add initial draft documentation for the WiPy.
Daniel Campora
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