12#ifndef BAUDRATE_MONITOR_H
13#define BAUDRATE_MONITOR_H
27#define BAUDRATE_MONITOR_PIN V24_RXC
void baudrate_estimator_init(V24_PIN_T pin)
Initialize baudrate estimator on a specific RX clock pin.
float baudrate_estimator_get_current_estimation(V24_PIN_T pin)
Get latest baudrate estimate.
V24_PIN_T
Typed aliases for V.24 GPIO assignments.