|
HF-FDO2 Driver 0.1.0-dev
UART driver for PyroScience FDO2-G2 (data sheet v5 ยง4: #MOXY, #MRAW, #VERS)
|
CRTP base for PSUP serial transport. More...
#include <fdo2_uart_interface.hpp>
Public Member Functions | |
| void | write (const uint8_t *data, std::size_t length) noexcept |
| std::size_t | read (uint8_t *out, std::size_t max, uint32_t timeout_ms) noexcept |
| void | flush_rx () noexcept |
| void | delay_ms (uint32_t ms) noexcept |
CRTP base for PSUP serial transport.
| Derived | Concrete adapter type (e.g. EspUartAdapter). |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |