Added blink commands (z&u)
This commit is contained in:
@@ -89,6 +89,16 @@ void handleSerial()
|
|||||||
InputDispatcher::backButton(true);
|
InputDispatcher::backButton(true);
|
||||||
InputDispatcher::backButton(false);
|
InputDispatcher::backButton(false);
|
||||||
break;
|
break;
|
||||||
|
case 'z':
|
||||||
|
case 'Z':
|
||||||
|
InputDispatcher::blinkLeftButton(true);
|
||||||
|
InputDispatcher::blinkLeftButton(false);
|
||||||
|
break;
|
||||||
|
case 'u':
|
||||||
|
case 'U':
|
||||||
|
InputDispatcher::blinkRightButton(true);
|
||||||
|
InputDispatcher::blinkRightButton(false);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user