Lamp-Da
0.1
A compact lantern project
Loading...
Searching...
No Matches
src
system
logic
inputs.h
Go to the documentation of this file.
1
5
#ifndef INPUTS_H
6
#define INPUTS_H
7
8
namespace
lampda
{
9
namespace
logic {
11
namespace
inputs {
12
15
void
init
(
const
bool
wasPoweredByUserInterrupt);
16
18
void
loop
();
19
21
void
button_disable_usermode
();
22
24
bool
is_button_usermode_enabled
();
25
26
}
// namespace inputs
27
}
// namespace logic
28
}
// namespace lampda
29
30
#endif
lampda::logic::inputs::is_button_usermode_enabled
bool is_button_usermode_enabled()
return true if custom user modes are enabled
Definition:
inputs.cpp:515
lampda::logic::inputs::button_disable_usermode
void button_disable_usermode()
disable custom user modes
Definition:
inputs.cpp:513
lampda::logic::inputs::loop
void loop()
Call often to handle button updates.
Definition:
inputs.cpp:507
lampda::logic::inputs::init
void init(const bool wasPoweredByUserInterrupt)
Call once on system start.
Definition:
inputs.cpp:501
lampda
Program scope.
Definition:
control_fixed_modes.hpp:12
Generated by
1.9.6