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

@@ -32,6 +32,7 @@ int usart_ovr(); // RX overfull occured
void usart_process(); // send next data portion
int usart_setup(uint32_t speed); // set USART1 with given speed
char *usart_getline(int *len); // read from rbin to buf
int usart_send(const uint8_t *data, int len);
int usart_sendstr(const char *str);
int usart_putchar(const char ch);
int usart_putbyte(uint8_t ch);
void usart_stop();