CVtoOSCConverter

Dependencies of CVtoOSCConverter

A dependency is a program or library which this program uses. When you import this program, the dependencies are automatically imported.

A replacement for InterruptIn that debounces the interrupt. debounce, interrupt, InterruptIn
Ported from Arduino MIDI library Orignal: http://www.arduino.cc/playground/Main/MIDILibrary use Serial (UART) channel, MIDI, Note, pitch, Serial, UART, velocity
The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.
modded version CNMAT/OSC https://github.com/CNMAT/OSC
Inherit from Serial and use software buffers for TX and RX. This allows the UART peripherals to operate in a IRQ driven mode. Overrides most (but not all) stdio functions … buffer, BufferedSerial, BufferSerial, Serial