Skip to content

Instantly share code, notes, and snippets.

@dshipp
Created May 6, 2020 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dshipp/78e817353cc774996df36c5f822eb012 to your computer and use it in GitHub Desktop.
Save dshipp/78e817353cc774996df36c5f822eb012 to your computer and use it in GitHub Desktop.
Reface CP local control Sysex
const byte localControlOn[]={0xF0,0x43,0x10,0x7F,0x1C,0x04,0x00,0x00,0x06,0x00,0xF7};
const byte localControlOff[]={0xF0,0x43,0x10,0x7F,0x1C,0x04,0x00,0x00,0x06,0x01,0xF7};
RK002_sendSystemExclusive(11, localControlOn);
RK002_sendSystemExclusive(11, localControlOff);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment