Zephyr C++ Toolkit
Loading...
Searching...
No Matches
IAdc.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// System includes
4
#include <cstdint>
5
6
namespace
zct
{
7
8
class
IAdc
{
9
public
:
10
IAdc
(
const
char
* name);
11
12
~IAdc
();
13
19
virtual
int32_t
readMv
() = 0;
20
21
protected
:
22
const
char
*
m_name
;
23
};
24
25
}
// namespace zct
zct::IAdc
Definition
IAdc.hpp:8
zct::IAdc::~IAdc
~IAdc()
Definition
IAdc.cpp:14
zct::IAdc::readMv
virtual int32_t readMv()=0
zct::IAdc::m_name
const char * m_name
Definition
IAdc.hpp:22
zct
Definition
Mutex.hpp:6
include
ZephyrCppToolkit
Peripherals
IAdc.hpp
Generated by
1.9.8