| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   12 #include <Arduino.h> // Print 
   20 Print &
endl(Print &printer);
 
   21 Print &
flush(Print &printer);
 
   22 Print &
hex(Print &printer);
 
   23 Print &
bin(Print &printer);
 
   24 Print &
dec(Print &printer);
 
   35 Print &operator<<(Print &printer, const __FlashStringHelper *s);
 
   37 Print &
operator<<(Print &printer, 
const String &s);
 
   39 Print &
operator<<(Print &printer, 
const char s[]);
 
   41 Print &
operator<<(Print &printer, 
unsigned char c);
 
   43 Print &
operator<<(Print &printer, 
unsigned int i);
 
   46 Print &
operator<<(Print &printer, 
unsigned long i);
 
   48 Print &
operator<<(Print &printer, 
const Printable &p);
 
   92 inline std::ostream &
operator<<(std::ostream &os, uint8_t u) {
 
   95     return os << static_cast<unsigned short>(u);
 
   98 inline std::ostream &
operator<<(std::ostream &os,
 
   99                                 const __FlashStringHelper *s) {
 
  100     return os << reinterpret_cast<const char *>(s);
 
  107 #endif // PrintStream_h 
  
Print & showbase(Print &printer)
 
Setprecision setprecision(int n)
 
Print & leadingzeros(Print &printer)
 
Print & bin(Print &printer)
 
Setbase setbase(uint8_t base)
 
#define AH_DIAGNOSTIC_POP()
 
Setbytesep setbytesep(char bytesep)
 
Print & noshowbase(Print &printer)
 
Print & nouppercase(Print &printer)
 
Print & manipulator(Print &)
 
Print & noboolalpha(Print &printer)
 
Print & boolalpha(Print &printer)
 
Print & operator<<(Print &printer, const __FlashStringHelper *s)
 
Print & flush(Print &printer)
 
#define AH_DIAGNOSTIC_EXTERNAL_HEADER()
 
Print & noleadingzeros(Print &printer)
 
Print & uppercase(Print &printer)
 
Print & hex(Print &printer)
 
Print & endl(Print &printer)
 
#define AH_DIAGNOSTIC_WERROR()
 
Print & dec(Print &printer)