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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user