Skip to content

Commit

Permalink
Simplified and made GPIO interrupt handling more generic/flexible. Fi…
Browse files Browse the repository at this point in the history
…xes issue #116.
  • Loading branch information
terjeio committed Jul 4, 2023
1 parent c0969fa commit 35475f8
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 133 deletions.
1 change: 1 addition & 0 deletions Inc/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ typedef struct {

bool driver_init (void);
void Driver_IncTick (void);
void gpio_irq_enable (const input_signal_t *input, pin_irq_mode_t irq_mode);
#ifdef HAS_BOARD_INIT
void board_init (void);
#endif
Expand Down
Loading

0 comments on commit 35475f8

Please sign in to comment.