Initial commit

This commit is contained in:
2025-01-19 14:31:35 +03:00
commit 216db38825
10 changed files with 947 additions and 0 deletions

10
inc/runner.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __RUNNER_H__
#define __RUNNER_H__
#include <stdint.h>
#include "mem.h"
uint8_t makeTick(device_mem_t* devMem);
#endif // ifndef __RUNNER_H__