4
0
Fork 0
mirror of https://github.com/Robertofon/bienenchaos.git synced 2024-06-06 22:06:23 +02:00
This commit is contained in:
Robert Köpferl 2021-01-16 20:11:20 +01:00
parent 0e69d06b40
commit 2558095602
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python
# Author: Robert Köpferl
# Skript, um Sensoren des Typs AM2302 auszulesen und die umgerechneten
# Temperatur und Luftfeuchte-Werte zu pushen

View file

@ -1,4 +1,4 @@
import nau7802py
import nau7802py
import time,os
myScale = nau7802py.NAU7802()