|
Oyster Harvest Area Closure Analysis 0.1
Prediction and analysis of NSW oyster harvest area closures.
|
Go to the source code of this file.
Macros | |
| #define | UBIDOTS_TOKEN_SIZE 100 |
| Maximum number of characters in access token. More... | |
| #define | UBIDOTS_DEFAULT_ENV_NAME "UBI_TOKEN" |
| Default environmental variable for ubidots. More... | |
Functions | |
| int8_t | Ubidots_GetToken (const char *env_var_name) |
| Get / set access token. More... | |
| int8_t | Ubidots_CheckAccess (void) |
| Check access token. More... | |
Variables | |
| static char | UBIDOTS_TOKEN [UBIDOTS_TOKEN_SIZE] |
| #define UBIDOTS_DEFAULT_ENV_NAME "UBI_TOKEN" |
Default environmental variable for ubidots.
| #define UBIDOTS_TOKEN_SIZE 100 |
Maximum number of characters in access token.
| int8_t Ubidots_CheckAccess | ( | void | ) |
Check access token.
| int8_t Ubidots_GetToken | ( | const char * | env_var_name | ) |
Get / set access token.
|
static |