Wombat Environmental Node
1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
sd_card.h
Go to the documentation of this file.
1
#ifndef WOMBAT_SD_CARD_H
2
#define WOMBAT_SD_CARD_H
3
4
#include <freertos/FreeRTOS.h>
5
#include <string>
6
10
class
CLISDCard
{
11
public
:
13
inline
static
const
std::string
cmd
=
"sd"
;
14
15
static
BaseType_t
enter_cli
(
char
*pcWriteBuffer,
size_t
xWriteBufferLen,
16
const
char
*pcCommandString);
17
};
18
19
#endif
//WOMBAT_SD_CARD_H
CLISDCard
SD card related commands.
Definition:
sd_card.h:10
CLISDCard::enter_cli
static BaseType_t enter_cli(char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString)
Command-line interface command for working with the power buses.
Definition:
sd_card.cpp:29
CLISDCard::cmd
static const std::string cmd
SD card related commands in the CLI begin with "sd".
Definition:
sd_card.h:13
firmware
wombat
include
cli
peripherals
sd_card.h
Generated by
1.9.5