Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
ca821x-posix-settings.h
Go to the documentation of this file.
1 #ifndef CA821X_POSIX_SETTINGS_H
2 #define CA821X_POSIX_SETTINGS_H
3 
4 #include <stdint.h>
5 
13 char *posixGetDataDir(uint32_t aNodeId);
14 
15 #endif
char * posixGetDataDir(uint32_t aNodeId)
Get the directory where of the persistent storage file for a particular node.
Definition: cascoda-flash.c:145