Add lightswitch to this firmware
This commit is contained in:
10
include/lightswitch.h
Normal file
10
include/lightswitch.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __LIGHTSWITCH_H
|
||||
#define __LIGHTSWITCH_h
|
||||
|
||||
#include <string.h>
|
||||
#include "mgos.h"
|
||||
#include "helper.h"
|
||||
#include "buttons.h"
|
||||
#include "relays.h"
|
||||
|
||||
#endif // __LIGHTSWITCH_h
|
Reference in New Issue
Block a user