TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
Loading...
Searching...
No Matches
Stream Class Reference

#include <bcm2835_stream.h>

Public Member Functions

 Stream (const char *port)
void begin (unsigned long baud)
void begin (unsigned long, int)
void end ()
int available (void)
uint8_t write (const uint8_t data)
uint8_t read ()

Detailed Description

Definition at line 18 of file bcm2835_stream.h.

Constructor & Destructor Documentation

◆ Stream()

Stream::Stream ( const char * port)

Member Function Documentation

◆ available()

int Stream::available ( void )
Here is the caller graph for this function:

◆ begin() [1/2]

void Stream::begin ( unsigned long baud)
inline

Definition at line 22 of file bcm2835_stream.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ begin() [2/2]

void Stream::begin ( unsigned long ,
int  )

◆ end()

void Stream::end ( )

◆ read()

uint8_t Stream::read ( )

◆ write()

uint8_t Stream::write ( const uint8_t data)

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