diff options
| author | Aleksa Vučković <56649122+aleksav013@users.noreply.github.com> | 2023-03-10 22:55:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-10 22:55:42 +0000 |
| commit | 01905c85caf85f658e6efff8672d873e7a5fd8ad (patch) | |
| tree | 2782af11a61f1f3f828d568019174d67a9fed26f /src/init.h | |
| parent | 30a0aafd0feb6615b17bd226ba82010a6aaeb20b (diff) | |
| parent | f6ebc8903c51435cccfc95915f75d96f73f16fa7 (diff) | |
vladin deo
Diffstat (limited to 'src/init.h')
| -rw-r--r-- | src/init.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/init.h b/src/init.h new file mode 100644 index 0000000..8dabbdb --- /dev/null +++ b/src/init.h @@ -0,0 +1,11 @@ +#ifndef INIT_H +#define INIT_H + +#include <stdint.h> + +extern uint8_t map[9]; + +void init_pins(void); +void init_map(void); + +#endif |
