|
HF-FDO2 Driver 0.1.0-dev
UART driver for PyroScience FDO2-G2 (data sheet v5 §4: #MOXY, #MRAW, #VERS)
|
Umbrella header for the HF-FDO2 (FDO2-G2) UART driver. More...
#include "fdo2_uart_interface.hpp"#include "fdo2_types.hpp"#include "fdo2_driver.hpp"#include "fdo2_version.h"Go to the source code of this file.
Namespaces | |
| namespace | fdo2 |
Functions | |
| const char * | fdo2::GetDriverVersion () noexcept |
| Driver version string (from generated fdo2_version.h). | |
Umbrella header for the HF-FDO2 (FDO2-G2) UART driver.
Pulls in fdo2::UartInterface, typed readings (MoxyReading, MrawReading, VersionInfo), and fdo2::Driver<UartT> implementing the FDO2-G2 data sheet §4 command set. See examples/esp32/ for an ESP-IDF UART adapter (default 19200 baud).