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