Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
USBMIDI_Arduino_mbed.hpp
Go to the documentation of this file.
2#include <Settings/NamespaceSettings.hpp>
3
5
7
17
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
AH::Array< uint8_t, 4 > u32_to_bytes(uint32_t u)
Definition USBMIDI.hpp:14
uint32_t bytes_to_u32(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3)
Definition USBMIDI.hpp:23
uint32_t read()
Try reading a 4-byte MIDI USB message.
void send_now()
Try sending the buffered data now.
void write(MessageType msg)
Send a MIDI USB message.