Add IRWrapper and change IRSensor logic

This commit is contained in:
Konstantin Lampalzer 2021-03-28 16:39:54 +02:00
parent 3101e56252
commit e94d735e24
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
5 changed files with 235 additions and 17 deletions

View file

@ -35,7 +35,7 @@ extensions = [
'sphinx_rtd_theme'
]
autodoc_mock_imports = ["smbus", "compLib.PCA9685", "RPi", "pigpio", "flask"]
autodoc_mock_imports = ["smbus", "compLib.PCA9685", "RPi", "pigpio", "flask", "apt", "spidev"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']