Arduino-Scheduler
Portable Collaborative Multi-Tasking Scheduler for Arduino
ShellTask Namespace Reference

Functions

void setup ()
 
void loop ()
 

Variables

const size_t BUF_MAX = 64
 
static char * buf = NULL
 

Function Documentation

void ShellTask::loop ( )

Definition at line 39 of file ShellTask.h.

void ShellTask::setup ( )

Definition at line 33 of file ShellTask.h.

Variable Documentation

char* ShellTask::buf = NULL
static

Definition at line 31 of file ShellTask.h.

const size_t ShellTask::BUF_MAX = 64

Definition at line 30 of file ShellTask.h.