MikrofonSensor und TemperaturSenor die zwei Python programme funktionieren. mit den jeweiligen 2 json Datein. Beim TemperaturSensor wird im Terminal keine Wertre ausgegeben aber in der json Datei kann man die Temp und Hum sehen.
This commit is contained in:
parent
4c654ec969
commit
1751076592
2614 changed files with 349009 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
|||
CHANGELOG.txt
|
||||
INSTALL.txt
|
||||
LICENCE.txt
|
||||
MANIFEST.in
|
||||
README.txt
|
||||
create_gpio_user_permissions.py
|
||||
setup.cfg
|
||||
setup.py
|
||||
RPi/__init__.py
|
||||
RPi.GPIO.egg-info/PKG-INFO
|
||||
RPi.GPIO.egg-info/SOURCES.txt
|
||||
RPi.GPIO.egg-info/dependency_links.txt
|
||||
RPi.GPIO.egg-info/top_level.txt
|
||||
RPi/GPIO/__init__.py
|
||||
source/c_gpio.c
|
||||
source/c_gpio.h
|
||||
source/common.c
|
||||
source/common.h
|
||||
source/constants.c
|
||||
source/constants.h
|
||||
source/cpuinfo.c
|
||||
source/cpuinfo.h
|
||||
source/event_gpio.c
|
||||
source/event_gpio.h
|
||||
source/py_gpio.c
|
||||
source/py_pwm.c
|
||||
source/py_pwm.h
|
||||
source/soft_pwm.c
|
||||
source/soft_pwm.h
|
||||
test/issue_94_111_154.py
|
||||
test/test.py
|
Loading…
Add table
Add a link
Reference in a new issue