Files
lightswitch/include/rpc.h
2018-01-05 16:58:15 +01:00

11 lines
137 B
C

#ifndef __RPC_H
#define __RPC_H
#include "mgos.h"
#include "mgos_rpc.h"
#include "common/mg_str.h"
void rpc_init();
#endif // __RPC_H