System interrupts
disableButtonMirror()
Since 0.6.1:
Disables SETUP button mirroring on a pin.
// PROTOTYPE
void disableButtonMirror(bool bootloader = true) const;
// SYNTAX
System.disableButtonMirror();
System.disableButtonMirror(false);
Parameters:
bootloader: (optional) iftrue, the mirror pin configuration is cleared from the DCT, disabling the feature in bootloader (default).