LSH-Core
A robust C++ framework for Arduino-based home automation nodes
Loading...
Searching...
No Matches
lsh.hpp
Go to the documentation of this file.
1
21#ifndef LSHCORE_INCLUDE_LSH_HPP
22#define LSHCORE_INCLUDE_LSH_HPP
23
24#include "lsh_user_macros.hpp"
25
26namespace LSH
27{
34 void setup();
35
42 void loop();
43}
44
45#endif // LSHCORE_INCLUDE_LSH_HPP
void setup()
Initializes the LSH-Core framework.
Definition lsh_core.cpp:48
void loop()
The main execution loop for the LSH-Core framework.
Definition lsh_core.cpp:69
Provides the user-facing macros (LSH_ACTUATOR, LSH_BUTTON, LSH_INDICATOR) for device configuration.