Skip to content

Commit

Permalink
set the correct active setting for the hepa on/off pin
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 25, 2024
1 parent 39f35d7 commit f304484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hepa-uv/firmware/utility_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void utility_gpio_init();
// HEPA_ON/OFF PA7
#define HEPA_ON_OFF_PORT GPIOA
#define HEPA_ON_OFF_PIN GPIO_PIN_7
#define HEPA_ON_OFF_AS GPIO_PIN_RESET
#define HEPA_ON_OFF_AS GPIO_PIN_SET
// HEPA_R_CTRL PA9
#define HEPA_R_CTRL_PORT GPIOA
#define HEPA_R_CTRL_PIN GPIO_PIN_9
Expand Down

0 comments on commit f304484

Please sign in to comment.