api-hal-resources.h 297 B

123456789101112
  1. #pragma once
  2. #include "main.h"
  3. #include "flipper_v2.h"
  4. #define DEBOUNCE_TICKS 10
  5. #define GPIO_INPUT_PINS_COUNT 7
  6. extern const GpioPin input_gpio[GPIO_INPUT_PINS_COUNT];
  7. extern const bool input_invert[GPIO_INPUT_PINS_COUNT];
  8. extern const GpioPin led_gpio[3];
  9. extern const GpioPin backlight_gpio;