Skip to content

Commit

Permalink
updaet welcome light on Dride-Zero
Browse files Browse the repository at this point in the history
  • Loading branch information
saoron committed Nov 21, 2017
1 parent 417947b commit 5558a04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mainPi.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_program():
soundObj.play_sound('hello', False)
# welcome light
indicator = Indicators()
indicator.wakeWord()
indicator.talking()



Expand Down
6 changes: 3 additions & 3 deletions mainPiZero.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ def run_program():
camera = picamera.PiCamera()
camera.resolution = (1280, 720)

indicators = Indicators()

# allow the camera to warm up
time.sleep(2.0)

def get_file_name():
return str(int(round(time.time())))

parent = PARENT_DIR + '/modules/video/'
indicators.talking()
# welcome light
indicator = Indicators()
indicator.talking()
# run cardigan processes
try:

Expand Down
2 changes: 1 addition & 1 deletion modules/indicators

0 comments on commit 5558a04

Please sign in to comment.