OK; next stage: a pair of NTC, BME280, sensors' power management

This commit is contained in:
Edward Emelianov
2025-09-29 22:12:31 +03:00
parent b082f4ea46
commit 83b9fd552b
15 changed files with 198 additions and 159 deletions

View File

@@ -20,5 +20,11 @@
extern const char *Timage, *Sensno;
#define SEND_USB (1)
#define SEND_USART (0)
extern uint8_t cartoon;
char *parse_cmd(char *buf);
void chsendfun(int sendto);
const char *parse_cmd(char *buf, int sendto);
void dumpIma(const fp_t im[MLX_PIXNO]);
void drawIma(const fp_t im[MLX_PIXNO]);