Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
|
#include "DeviceConfig.h"
#include "SparkFun_u-blox_SARA-R5_Arduino_Library.h"
#include "globals.h"
#include "sd-card/interface.h"
#include "Utils.h"
Macros | |
#define | TAG "ftp_stack" |
Functions | |
static void | ftp_cmd_callback (int cmd, int result) |
bool | ftp_login (void) |
bool | ftp_logout (void) |
bool | ftp_get (const char *filename) |
bool | ftp_create_remote_dir () |
bool | ftp_change_dir () |
bool | ftp_upload_file (const String &filename) |
Variables | |
static CommandURCVector< SARA_R5_ftp_command_opcode_t > | urcs |
#define TAG "ftp_stack" |
bool ftp_change_dir | ( | ) |
|
static |
bool ftp_create_remote_dir | ( | ) |
bool ftp_get | ( | const char * | filename | ) |
bool ftp_login | ( | void | ) |
bool ftp_logout | ( | void | ) |
bool ftp_upload_file | ( | const String & | filename | ) |
|
static |