eb2679b982
* add files from f3 * rollback lfs * Move assets from LFS * remove lfs from build Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
12 lines
297 B
C
12 lines
297 B
C
#pragma once
|
|
#include "main.h"
|
|
#include "flipper_v2.h"
|
|
|
|
#define DEBOUNCE_TICKS 10
|
|
#define GPIO_INPUT_PINS_COUNT 7
|
|
|
|
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; |