Added ADC API doc + simple example (#6301)

* Added ADC API doc + simple example

* Added attenuation input voltage range + conf.py added tabs extension

* Update requirements.txt

* Update adc.rst
This commit is contained in:
P-R-O-C-H-Y
2022-02-23 14:45:19 +01:00
committed by GitHub
parent b5f3d6c836
commit a135169176
4 changed files with 230 additions and 1 deletions

View File

@ -30,7 +30,8 @@ release = '2.0.2'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_copybutton'
'sphinx_copybutton',
'sphinx_tabs.tabs'
]
# Add any paths that contain templates here, relative to this directory.