init
This commit is contained in:
commit
d8ad2c205a
12 changed files with 253 additions and 0 deletions
models
10
models/relay.c
Normal file
10
models/relay.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#include "relay.h"
|
||||
|
||||
relay*
|
||||
relay_init(uint8_t index)
|
||||
{
|
||||
(void)index;
|
||||
return NULL;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue