HF-FDO2 Driver 0.1.0-dev
UART driver for PyroScience FDO2-G2 (data sheet v5 ยง4: #MOXY, #MRAW, #VERS)
Loading...
Searching...
No Matches
hf_fdo2_esp_uart.hpp File Reference

Reusable ESP-IDF UART transport for fdo2::Driver (CRTP, zero virtual calls). More...

#include "fdo2.hpp"
#include "driver/uart.h"
#include "esp_err.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include <cstddef>
#include <cstdint>
Include dependency graph for hf_fdo2_esp_uart.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hf_fdo2_examples::Fdo2EspIdfUart< kPort, kTxGpio, kRxGpio, kBaud, kRxBufBytes, kTxBufBytes >
 Template UART bridge: one concrete type per (port, TX, RX, baud) tuple. More...
 

Namespaces

namespace  hf_fdo2_examples
 

Detailed Description

Reusable ESP-IDF UART transport for fdo2::Driver (CRTP, zero virtual calls).