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

#include "arduino.h"

Public Member Functions

void begin (int)
 
bool available ()
 
String readStringUntil (char)
 
String readStringUntil (int)
 
void print (const char *)
 
void print (String)
 
void println (const char *)
 
void println (String)
 

Detailed Description

Definition at line 17 of file arduino.h.

Member Function Documentation

◆ available()

bool Serial::available ( )
Here is the caller graph for this function:

◆ begin()

void Serial::begin ( int  )
Here is the caller graph for this function:

◆ print() [1/2]

void Serial::print ( const char *  )
Here is the caller graph for this function:

◆ print() [2/2]

void Serial::print ( String  )
Here is the caller graph for this function:

◆ println() [1/2]

void Serial::println ( const char *  )
Here is the caller graph for this function:

◆ println() [2/2]

void Serial::println ( String  )
Here is the caller graph for this function:

◆ readStringUntil() [1/2]

String Serial::readStringUntil ( char  )
Here is the caller graph for this function:

◆ readStringUntil() [2/2]

String Serial::readStringUntil ( int  )

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