re-arrange some logic for better passive operation

This commit is contained in:
Conor Patrick
2019-02-06 18:07:09 -05:00
parent f470e9a9cd
commit 3005a63938
4 changed files with 74 additions and 44 deletions

View File

@ -73,6 +73,9 @@ void hw_init(int lf);
#define SOLO_AMS_CS_PORT GPIOB
#define SOLO_AMS_CS_PIN LL_GPIO_PIN_0
#define SOLO_AMS_IRQ_PORT GPIOC
#define SOLO_AMS_IRQ_PIN LL_GPIO_PIN_15
#define SKIP_BUTTON_CHECK_WITH_DELAY 0
#define SKIP_BUTTON_CHECK_FAST 0