diff --git a/README.md b/README.md index 7cca487..82e5793 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Raspberry PI Project for Computer Science. Turn an LED on or off via voice comma ## Python Scripts The Python scripts are located in the folder py/ -* led.py: Alternate every second, turning an LED on and off. Stopped by CTRL+C -* speech.py: runs live recorded audio through PocketSpinhx speech recognition and print it as text in console -* speech_coltrol_led.py: combines led.py and speech.py. If voice commands "fire" or "night" are recognized by PocketSphinx, LED is turned off or on \ No newline at end of file +### led.py +Alternate every second, turning an LED on and off. Stopped by CTRL+C +### speech.py +Runs live recorded audio through PocketSpinhx speech recognition and print it as text in console +### speech_coltrol_led.py +Combines led.py and speech.py. If voice commands "fire" or "night" are recognized by PocketSphinx, LED is turned off or on \ No newline at end of file