P5 initial

This commit is contained in:
S170H
2024-01-20 22:27:43 +01:00
parent 237e085b51
commit 6655d01102
26 changed files with 1132 additions and 453 deletions

12
Abgaben/P4/main.c Normal file
View File

@@ -0,0 +1,12 @@
#include "keys.h"
#include "sevenseg.h"
int main(void) {
init();
while(1) {
display();
}
}