Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Cable.cpp
Go to the documentation of this file.
1#include "Cable.hpp"
3
5
6Print &operator<<(Print &os, Cable c) {
7 return os << F("Cable ") << c.getOneBased();
8}
9
Print & operator<<(Print &os, Cable c)
Definition Cable.cpp:6
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A type-safe class for MIDI USB Cable numbers.
Definition Cable.hpp:13
constexpr uint8_t getOneBased() const
Get the cable as an integer.
Definition Cable.hpp:36