diff --git a/README.md b/README.md index 4ab649f..a04f6a1 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ __Installation des Betriebsystems auf dem Raspberry Pi__:
# Playing audio Message - shell script -For this job we will use **aplay**. is a command-line soundfile recorder for the ALSA soundcard driver. It supports several file formats and multiple soundcards with multiple devices. Make a new file called "audio_message.sh" for example. This file will contain the following lines: +For this job we will use **aplay**. aplay is a command-line soundfile recorder for the ALSA soundcard driver. It supports several file formats and multiple soundcards with multiple devices. Make a new file called "audio_message.sh". It will contain the following lines: ``` aplay /home/pi/Documents/ARES_TimeLapse/ARES_FotoText.wav ``` # Taking a Photo - shell script -For this job we will use **raspistill**. raspistill is a command line tool for capturing still photographs with the camera module. Make a new file called "take_photo.sh" for example. This file will contain the following lines: +For this job we will use **raspistill**. raspistill is a command line tool for capturing still photographs with the camera module. Make a new file called "take_photo.sh". It will contain the following lines: ``` #!/bin/sh @@ -71,5 +71,6 @@ Jeden Tag um 15:00 Uhr, wird die Datei "take_photo.sh" abgespielt, um ein Foto z # ToDo's - [X] Add the right Cronjob file and description. +- [ ] Add new photo which shows the camera setup in the tunnel - Phase II.