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