Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
sdi12.cpp File Reference

SDI-12 command line interface handler. More...

#include "cli/peripherals/sdi12.h"
#include "SensorTask.h"
#include "cli/CLI.h"
Include dependency graph for sdi12.cpp:

Macros

#define TAG   "cli_sdi12"
 

Variables

static StreamString response_buffer_
 Holds responses from a SDI-12 device. More...
 
static char response [CLISdi12::MAX_SDI12_RES_LEN]
 
SDI12 sdi12
 Enviro-DIY SDI-12 instance. More...
 
DPIClimate12 dpi12
 DPI12 instance. More...
 
sensor_list sensors
 The ID information of each sensor found on the SDI-12 bus. More...
 

Detailed Description

SDI-12 command line interface handler.

Date
January 2023

Macro Definition Documentation

◆ TAG

#define TAG   "cli_sdi12"

Variable Documentation

◆ dpi12

DPIClimate12 dpi12
extern

DPI12 instance.

◆ response

char response[CLISdi12::MAX_SDI12_RES_LEN]
static

◆ response_buffer_

StreamString response_buffer_
static

Holds responses from a SDI-12 device.

◆ sdi12

SDI12 sdi12
extern

Enviro-DIY SDI-12 instance.

◆ sensors

sensor_list sensors
extern

The ID information of each sensor found on the SDI-12 bus.