Skip to content

Commit

Permalink
kiss
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmiriuta committed Sep 17, 2019
1 parent 87b8ea2 commit 4a0830a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/drivers/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
#define INPUT_PROSHOT_WIDTH_MIN_SYSTICKS 22
#define INPUT_PROSHOT_WIDTH_MAX_SYSTICKS 80
#define INPUT_PWM_PRESCALER 97
#define INPUT_PWM_WIDTH_MIN_US 471 //491 KISS24A no arm
#if (!defined(KISS24A))
#define INPUT_PWM_WIDTH_MIN_US 491
#else
#define INPUT_PWM_WIDTH_MIN_US 471
#endif
#define INPUT_PWM_WIDTH_MAX_US 983
#define INPUT_VALUE_MIN 0
#define INPUT_VALUE_MAX 2047
Expand Down

0 comments on commit 4a0830a

Please sign in to comment.