[Assignment-7] embedded device prototype

This commit is contained in:
Sascha Tommasone 2024-07-06 15:59:40 +02:00 committed by saschato
parent 05ea23459f
commit c99556a595
2 changed files with 132 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#ifndef EMBEDDED_DEVICE_H
#define EMBEDDED_DEVICE_H
#include <stdint.h>
#endif