Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
inputs_bluetooth.h
Go to the documentation of this file.
1
5#ifndef LOGIC_INPUTS_BLUETOOTH_H
6#define LOGIC_INPUTS_BLUETOOTH_H
7
9
10namespace lampda {
11namespace logic {
13namespace inputs_bluetooth {
14
17
22void handle_BLE_ELK_command(const utils::ELK::Package& elkControlCommand);
23
24} // namespace inputs_bluetooth
25} // namespace logic
26} // namespace lampda
27
28#endif
Decoder of the Bluetooth ELK messages.
void handle_BLE_ELK_command(const utils::ELK::Package &elkControlCommand)
Handle an ELK bluetooth command.
Definition: inputs_bluetooth.cpp:23
bool is_bluetooth_used()
Indicates when called if a bluetooth command was received during the last power on.
Definition: inputs_bluetooth.cpp:21
Program scope.
Definition: control_fixed_modes.hpp:12