Skip to content

Commit

Permalink
[DAKEPPVF722] Add timer for camera control (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Aug 15, 2023
1 parent 06a845c commit f363426
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions configs/DAKEFPVF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@
TIMER_PIN_MAP( 4, PB0 , 2, 0) \
TIMER_PIN_MAP( 5, PB1 , 2, 0) \
TIMER_PIN_MAP( 6, PB3 , 1, 0) \
TIMER_PIN_MAP( 7, PB6 , 1, 0) \
TIMER_PIN_MAP( 8, PB7 , 1, 0) \
TIMER_PIN_MAP( 9, PC8 , 2, 0) \
TIMER_PIN_MAP(10, PC9 , 2, 0)
TIMER_PIN_MAP( 7, PB4 , 1, -1) \
TIMER_PIN_MAP( 8, PB6 , 1, 0) \
TIMER_PIN_MAP( 9, PB7 , 1, 0) \
TIMER_PIN_MAP(10, PC8 , 2, 0) \
TIMER_PIN_MAP(11, PC9 , 2, 0)



Expand Down

0 comments on commit f363426

Please sign in to comment.