started adding USB/CAN functions

This commit is contained in:
Edward Emelianov
2024-01-07 00:45:27 +03:00
parent 9ecce531cb
commit 98b61c7e9a
17 changed files with 1313 additions and 12 deletions

View File

@@ -29,3 +29,4 @@ char *float2str(float x, uint8_t prec);
const char *getnum(const char *txt, uint32_t *N);
const char *omit_spaces(const char *buf);
const char *getint(const char *txt, int32_t *I);