api-hal-resources.h 399 B

123456789101112131415
  1. #pragma once
  2. #include "main.h"
  3. #include "flipper_v2.h"
  4. #define DEBOUNCE_TICKS 10
  5. #define GPIO_INPUT_PINS_COUNT 6
  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 sd_cs_gpio;
  11. extern const GpioPin vibro_gpio;
  12. extern const GpioPin ibutton_gpio;