Add README

This commit is contained in:
Daniel Meiburg 2024-05-03 12:06:47 +02:00
parent dc895bcc1d
commit d711abb3bb
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -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
```