Working (but still dev-mode; need some more different configurators)

This commit is contained in:
2025-04-02 18:26:02 +03:00
parent c449cb7108
commit faeac98318
18 changed files with 476 additions and 95 deletions

View File

@@ -18,4 +18,13 @@
#pragma once
#include <stdint.h>
typedef struct{
uint8_t testx : 1;
uint8_t testy : 1;
} parameters_t;
extern parameters_t user_pars;
void parse_cmd(char *cmd);