11 lines
175 B
C
11 lines
175 B
C
#ifndef __LIGHTSWITCH_H
|
|
#define __LIGHTSWITCH_h
|
|
|
|
#include <string.h>
|
|
#include "mgos.h"
|
|
#include "helper.h"
|
|
#include "buttons.h"
|
|
#include "relays.h"
|
|
|
|
#endif // __LIGHTSWITCH_h
|