ESP3D Lib  1.0
3D Printer WiFi Library
Esp3DLib Class Reference

#include <esp3dlib.h>

Public Member Functions

 Esp3DLib ()
 
void init ()
 Initializes the task used by esp3dlib. More...
 
bool parse (char *cmd)
 

Detailed Description

Esp3DLib main class

Definition at line 29 of file esp3dlib.h.

Constructor & Destructor Documentation

◆ Esp3DLib()

Esp3DLib::Esp3DLib ( )

Constructor.

Member Function Documentation

◆ init()

void Esp3DLib::init ( )

Initializes the task used by esp3dlib.

◆ parse()

bool Esp3DLib::parse ( char *  cmd)

Parser for commmand.

Parameters
[in]cmd- the string to parse
Returns
true - if it is seen as ESP command.
false - if not ESP command.

The documentation for this class was generated from the following file: