Example node for Yodiwo's Plegma API

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config.h Source File

config.h

00001 #ifndef __CONFIG_H__
00002 #define __CONFIG_H__
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 #include <stdint.h>
00009 #include <stdlib.h>
00010 #include "yodiwo_helpers.h"
00011 
00012 int read_config(Yodiwo_Tools_APIGenerator_CNodeYConfig_t *config, char *filename);
00013 int write_config(Yodiwo_Tools_APIGenerator_CNodeYConfig_t *config, char *filename);
00014 
00015 #ifdef __cplusplus
00016 }
00017 #endif
00018 
00019 #endif /* __CONFIG_H__ */
00020