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

FreeRTOS CLI handler. More...

#include <Arduino.h>
#include "cli/peripherals/cat-m1.h"
Include dependency graph for CLI.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CLI
 FreeRTOS command line interface. More...
 

Macros

#define CLI_TAG   "cli"
 

Variables

const char OK_RESPONSE [] = "\r\nOK\r\n"
 
const char ERROR_RESPONSE [] = "\r\nERROR\r\n"
 
const char INVALID_CMD_RESPONSE [] = "\r\nERROR: Invalid command\r\n"
 

Detailed Description

FreeRTOS CLI handler.

Date
January 2023

Macro Definition Documentation

◆ CLI_TAG

#define CLI_TAG   "cli"

Variable Documentation

◆ ERROR_RESPONSE

const char ERROR_RESPONSE[] = "\r\nERROR\r\n"

◆ INVALID_CMD_RESPONSE

const char INVALID_CMD_RESPONSE[] = "\r\nERROR: Invalid command\r\n"

◆ OK_RESPONSE

const char OK_RESPONSE[] = "\r\nOK\r\n"