We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f6c75 commit b3750ffCopy full SHA for b3750ff
camerapp/imageserver/paparazzi.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/python3
+#!/usr/bin/env python3
2
3
from picamera import PiCamera, Color
4
from time import sleep
sensorapp/sensorserver/sensorreader.py
# -*- coding: utf-8 -*-
HOST = "localhost"
@@ -38,7 +38,7 @@
38
ambientlight = AmbientLight( AMBIENTLIGHT_UID, ipcon)
39
uvlight = BrickletUVLight( UVLIGHT_UID, ipcon)
40
motiondetect = BrickletMotionDetector( MOTIONDETECTOR_UID, ipcon)
41
-
+
42
ipcon.connect(HOST, PORT) # Connect to brickd
43
44
while (True):
sensorapp/sensorserver/timereader.py
import time
0 commit comments