split resources, fix format

This commit is contained in:
DrZlo13
2020-11-17 07:39:48 +10:00
parent c17f4c9d38
commit 1abc98086e
7 changed files with 11 additions and 2 deletions

View File

@@ -29,3 +29,4 @@ const GpioPin led_gpio[3] = {
const GpioPin backlight_gpio = {DISPLAY_BACKLIGHT_GPIO_Port, DISPLAY_BACKLIGHT_Pin};
const GpioPin vibro_gpio = {VIBRO_GPIO_Port, VIBRO_Pin};
const GpioPin ibutton_gpio = {iButton_GPIO_Port, iButton_Pin};

View File

@@ -11,3 +11,4 @@ extern const bool input_invert[GPIO_INPUT_PINS_COUNT];
extern const GpioPin led_gpio[3];
extern const GpioPin backlight_gpio;
extern const GpioPin vibro_gpio;
extern const GpioPin ibutton_gpio;