|
HF-ADS7952 Driver 0.1.0-dev
HF-ADS7952 C++ Driver
|
Main driver class for the ADS7952 12-channel, 12-bit SAR ADC. More...
#include <cstdint>#include <cstddef>#include <algorithm>#include "ads7952_config.hpp"#include "ads7952_registers.hpp"#include "ads7952_spi_interface.hpp"#include "ads7952_types.hpp"#include "ads7952.ipp"Go to the source code of this file.
Classes | |
| class | ads7952::ADS7952< SpiType > |
| Main driver class for the ADS7952 ADC. More... | |
Namespaces | |
| namespace | ads7952 |
Macros | |
| #define | ADS7952_HEADER_INCLUDED |
Main driver class for the ADS7952 12-channel, 12-bit SAR ADC.
Hardware-agnostic C++20 driver for the Texas Instruments ADS7952 multichannel SAR ADC using CRTP for zero-overhead SPI abstraction.
Definition in file ads7952.hpp.
| #define ADS7952_HEADER_INCLUDED |
Definition at line 42 of file ads7952.hpp.