This commit is contained in:
Edward Emelianov
2024-01-05 23:38:43 +03:00
parent 7d8cbd55cf
commit 9ecce531cb
10 changed files with 404 additions and 254 deletions

View File

@@ -20,11 +20,5 @@
#include <stm32f3.h>
extern uint8_t starttest;
const char *parse_cmd(const char *buf);
char *omit_spaces(const char *buf);
char *getnum(const char *buf, uint32_t *N);
char *u2str(uint32_t val);
char *u2hexstr(uint32_t val);