api-hal-resources.h 365 B

1234567891011121314
  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;
  10. extern const GpioPin vibro_gpio;
  11. extern const GpioPin ibutton_gpio;