From d711abb3bbceb8b5fd22b259e0d358892dc0f1fe Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Fri, 3 May 2024 12:06:47 +0200 Subject: [PATCH] Add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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 +```