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()