LSH-Core
Deterministic firmware core for Controllino-based Labo Smart Home nodes
 
Loading...
Searching...
No Matches
lsh.hpp
Go to the documentation of this file.
1
21#ifndef LSH_CORE_LSH_HPP
22#define LSH_CORE_LSH_HPP
23
24#include "lsh_user_macros.hpp"
25
26namespace lsh::core
27{
28void setup();
29
30void loop();
31} // namespace lsh::core
32
33#endif // LSH_CORE_LSH_HPP
void loop()
Run one firmware iteration from Arduino loop().
Definition lsh_core.cpp:88
void setup()
Initialize the runtime once from Arduino setup().
Definition lsh_core.cpp:55
Provides the user-facing macros (LSH_ACTUATOR, LSH_BUTTON, LSH_INDICATOR) for device configuration.