Update Usage authored by Felix Kopp's avatar Felix Kopp
...@@ -10,3 +10,5 @@ This command makes the display show the number `3`, as you most probably figured ...@@ -10,3 +10,5 @@ This command makes the display show the number `3`, as you most probably figured
root@raspberrypi:~/SevenSegController# chmod +x test.sh # Has to be made executeable first root@raspberrypi:~/SevenSegController# chmod +x test.sh # Has to be made executeable first
root@raspberrypi:~/SevenSegController# ./test.sh root@raspberrypi:~/SevenSegController# ./test.sh
``` ```
The script will check if the module is loaded correctly. If this is the case, it will automatically count from `0x0` to `0xF`, displaying every number for one second. Remember you have to run the script as root.
\ No newline at end of file