diff --git a/README.md b/README.md new file mode 100644 index 0000000..c783e96 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Distributed Embedded Systems + +This repo contains my code for the Distributed Embedded Systems course at the University of Rostock. + +```bash +gcc -o io io.c -lgpiod && ./io +```