Control Surface 2.1.2
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
USBMIDI_Arduino_mbed.hpp
Go to the documentation of this file.
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:16
uint32_t bytes_to_u32(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3)
Definition USBMIDI.hpp:25
An array wrapper for easy copying, comparing, and iterating.
Definition Array.hpp:32