mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-05-09 06:16:54 +03:00
seems like it works; later TODO: add USART for RS232
This commit is contained in:
@@ -49,4 +49,6 @@ typedef enum{
|
||||
// maximal string length includint terminating zero
|
||||
#define MAXSTRLEN 256
|
||||
|
||||
extern const char *EQ;
|
||||
const char *parse_cmd(int (*sendfun)(const char*), char *buf);
|
||||
void lightning_info(int (*sendfun)(const char*), uint8_t CHno);
|
||||
|
||||
Reference in New Issue
Block a user