#include <IAdc.hpp>
◆ IAdc()
zct::IAdc::IAdc |
( |
const char * |
name | ) |
|
◆ ~IAdc()
◆ readMv()
virtual int32_t zct::IAdc::readMv |
( |
| ) |
|
|
pure virtual |
Perform a single ADC conversion on the channel and return the result in mV.
- Returns
- The result of the ADC conversion in mV.
Implemented in zct::AdcMock, and zct::AdcReal.
◆ m_name
const char* zct::IAdc::m_name |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/ZephyrCppToolkit/ZephyrCppToolkit/include/ZephyrCppToolkit/Peripherals/IAdc.hpp
- /home/runner/work/ZephyrCppToolkit/ZephyrCppToolkit/src/Peripherals/IAdc.cpp