Linear Algebra  arduino
Accessible implementations of linear algebra algorithms
Classes | Variables
arduino Namespace Reference

Classes

struct  SerialBuf
 "Buffer" custom std::ostream that wraps the Serial output of the Arduino. More...
 

Variables

arduino::SerialBuf sbuf
 Output stream that prints to the Serial monitor. More...
 

Variable Documentation

◆ sbuf

std::ostream cout & sbuf

Output stream that prints to the Serial monitor.

Definition at line 44 of file ArduinoCout.hpp.