diff options
| author | Damien George <damien.p.george@gmail.com> | 2019-09-04 15:05:03 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-09-04 15:05:03 +1000 |
| commit | 8a237237a3889036e1a612237b0e585fa0713a66 (patch) | |
| tree | 3a926cf33f3c18053fd26757ae7dafae4028fd16 /docs/wipy | |
| parent | 06661890de479ac1846772567f341f0707b339a7 (diff) | |
docs: Rename machine.ADC docs to machine.ADCWiPy.
To signify that this ADC documentation is specific to the WiPy, and to make
way for a standardised ADC documentation.
Diffstat (limited to 'docs/wipy')
| -rw-r--r-- | docs/wipy/quickref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wipy/quickref.rst b/docs/wipy/quickref.rst index 7aa832fd2..6349676cf 100644 --- a/docs/wipy/quickref.rst +++ b/docs/wipy/quickref.rst @@ -82,7 +82,7 @@ See :ref:`machine.Pin <machine.Pin>` and :ref:`machine.Timer <machine.Timer>`. : ADC (analog to digital conversion) ---------------------------------- -See :ref:`machine.ADC <machine.ADC>`. :: +See :ref:`machine.ADCWiPy <machine.ADCWiPy>`. :: from machine import ADC |
