FL-186 Add vibro demo (#234)

* add vibro demo
* add F2 support
This commit is contained in:
coreglitch
2020-11-13 01:26:49 +06:00
committed by GitHub
parent bf2f6e89ca
commit a61eef0f99
9 changed files with 59 additions and 2 deletions

View File

@@ -9,4 +9,5 @@ extern const GpioPin input_gpio[GPIO_INPUT_PINS_COUNT];
extern const bool input_invert[GPIO_INPUT_PINS_COUNT];
extern const GpioPin led_gpio[3];
extern const GpioPin backlight_gpio;
extern const GpioPin backlight_gpio;
extern const GpioPin vibro_gpio;