Private
Public Access
2
0

firmata: add public firmata API to support custom firmata plugins

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-03-08 12:20:08 +00:00
parent 612f566c99
commit 59107f0a29
8 changed files with 386 additions and 14 deletions

View File

@@ -97,6 +97,8 @@ typedef struct s_firmata {
uint8_t parse_buff[FIRMATA_MSG_LEN];
int isReady;
char firmware[140];
uint8_t dev_count;
struct _firmata** devs;
} t_firmata;
t_firmata* firmata_new(const char* name);