gitignore pycache
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.idea/
|
||||
__pycache__/
|
||||
|
||||
@@ -105,6 +105,7 @@ try:
|
||||
for _station in stations:
|
||||
# new_input_state = GPIO.input(_station['button'])
|
||||
new_input_state = _station['btn'].is_pressed
|
||||
# print('new_input_state ', new_input_state)
|
||||
# Al pulsar el interruptor cambia el estado.
|
||||
elapsed_time = time.clock_gettime(time.CLOCK_MONOTONIC) - _station['button state changed time']
|
||||
if new_input_state != _station['old button state'] and elapsed_time > 0.2:
|
||||
|
||||
12
intercom.yml
12
intercom.yml
@@ -7,9 +7,9 @@ stations:
|
||||
toogle button: False
|
||||
red led: 26
|
||||
green led: 12
|
||||
- host: kuku
|
||||
port: 8111
|
||||
button: 18
|
||||
toogle button: False
|
||||
red led: 26
|
||||
green led: 2
|
||||
# - host: kuku
|
||||
# port: 8111
|
||||
# button: 18
|
||||
# toogle button: False
|
||||
# red led: 26
|
||||
# green led: 2
|
||||
|
||||
Reference in New Issue
Block a user