mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
OK; next stage: a pair of NTC, BME280, sensors' power management
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user