iot-firmware/src/user_code.cpp

13 lines
197 B
C++
Raw Normal View History

2023-09-11 17:37:33 +00:00
void user_init() {
}
void user_loop() {
}
void virtual_interrupt_user_callback(int pin, int state) {
//Automation: Light Switch
}
void timer_tick_callback() {
//Automation: Night Light
}