2#include <Settings/NamespaceSettings.hpp>
#define BEGIN_CS_NAMESPACE
AH::Array< uint8_t, 4 > u32_to_bytes(uint32_t u)
uint32_t bytes_to_u32(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3)
A class for serial-in/parallel-out shift registers, like the 74HC595 that are connected to the SPI bu...
uint32_t read()
Try reading a 4-byte MIDI USB message.
void write(MIDIUSBPacket_t data)
bool preferImmediateSend()
void send_now()
Try sending the buffered data now.
void write(MessageType msg)
Send a MIDI USB message.