Example node for Yodiwo's Plegma API

Dependencies:   EthernetInterface FXOS8700Q HTTPClient HTTPD MQTTS SDFileSystem YodiwoPlegma mbed-rpc mbed-rtos mbed wolfSSL

config.h

Committer:
mitsarionas
Date:
2015-09-28
Revision:
5:1ef168357347
Parent:
3:11b767300d32

File content as of revision 5:1ef168357347:

#ifndef __CONFIG_H__
#define __CONFIG_H__

#ifdef __cplusplus
extern "C" {
#endif

#include <stdint.h>
#include <stdlib.h>
#include "yodiwo_helpers.h"

int read_config(Yodiwo_Tools_APIGenerator_CNodeYConfig_t *config, char *filename);
int write_config(Yodiwo_Tools_APIGenerator_CNodeYConfig_t *config, char *filename);

#ifdef __cplusplus
}
#endif

#endif /* __CONFIG_H__ */