Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
Firmata.h
00001 #pragma once 00002 00003 // message command bytes (128-255/0x80-0xFF) 00004 #define DIGITAL_MESSAGE 0x90 // send data for a digital port (collection of 8 pins) 00005 00006 // 00007 #define START_SYSEX 0xF0 // start a MIDI Sysex message 00008 #define END_SYSEX 0xF7 // end a MIDI Sysex message 00009 00010 // extended command set using sysex (0-127/0x00-0x7F) 00011 00012 #define CAPABILITY_QUERY 0x6B // ask for supported modes and resolution of all pins 00013 #define CAPABILITY_RESPONSE 0x6C // reply with supported modes and resolution
Generated on Tue Jul 12 2022 15:14:05 by
1.7.2