MVMFirmwareCpp
Public Member Functions | List of all members
SimpleCLI Struct Reference

#include "arduino.h"

Public Member Functions

void parse (String s)
 

Detailed Description

Definition at line 30 of file arduino.h.

Member Function Documentation

◆ parse()

void SimpleCLI::parse ( String  s)

Definition at line 42 of file MVMFirmwareCore.ino.

42  {
43  cmd* c;
46  cmd_error* e;
48 }
void SetCommandCallback(cmd *c)
void GetCommandCallback(cmd *c)
void CliErrorCallback(cmd_error *e)
const char * cmd_error
Definition: arduino.h:34
const char * cmd
Definition: arduino.h:33
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following files: