laying the ground work

This commit is contained in:
talksik
2024-01-25 12:26:55 -08:00
parent 2fa6791785
commit 2f45cd2139
4 changed files with 209 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
set -eo pipefail
echo "Compiling and running C code..."
gcc -o Main Main.c -lwiringPi
./Main