Firmware
0.0.4
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
w
z
Variables
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
w
z
~
Variables
_
a
b
c
d
e
f
h
m
n
p
s
t
u
Typedefs
Related Symbols
Files
File List
File Members
All
_
a
b
d
e
f
g
h
i
l
m
p
s
t
u
v
Functions
Variables
Typedefs
Enumerations
Macros
▼
Firmware
Introduction
►
Getting Started
►
API Reference
►
HW Reference
►
Changelog
Todo List
Bug List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
analog
►
adc_task_function.cpp
►
adc_task_function.hpp
►
convert.cpp
►
convert.hpp
doxygen.hpp
►
init.cpp
►
init.hpp
►
temp_task_function.cpp
►
temp_task_function.hpp
►
dcc
►
decup
►
http
►
mdu
►
mem
►
ota
►
out
►
trace
►
udp
►
usb
►
wifi
►
z21
►
zusi
►
app_main.cpp
►
bug_led.cpp
►
bug_led.hpp
►
config.hpp
doxygen.hpp
►
log.h
►
utility.cpp
►
utility.hpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
adc_task_function.hpp
Go to the documentation of this file.
1
// Copyright (C) 2025 Vincent Hamp
2
//
3
// This program is free software: you can redistribute it and/or modify
4
// it under the terms of the GNU General Public License as published by
5
// the Free Software Foundation, either version 3 of the License, or
6
// (at your option) any later version.
7
//
8
// This program is distributed in the hope that it will be useful,
9
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
// GNU General Public License for more details.
12
//
13
// You should have received a copy of the GNU General Public License
14
// along with this program. If not, see <https://www.gnu.org/licenses/>.
15
21
22
#pragma once
23
24
namespace
analog
{
25
26
void
adc_task_function
(
void
*);
27
28
}
// namespace analog
analog
Definition
adc_task_function.cpp:30
analog::adc_task_function
void adc_task_function(void *)
ADC task function.
Definition
adc_task_function.cpp:61
src
analog
adc_task_function.hpp
Firmware 0.0.4