initial cap sensing boilerplate

This commit is contained in:
Conor Patrick
2019-05-08 22:26:57 -04:00
parent f9202b2b6a
commit 2b2835b823
7 changed files with 999 additions and 5 deletions

View File

@@ -72,6 +72,6 @@ void hw_init(int lf);
#define SOLO_AMS_IRQ_PIN LL_GPIO_PIN_15
#define SKIP_BUTTON_CHECK_WITH_DELAY 0
#define SKIP_BUTTON_CHECK_FAST 0
#define SKIP_BUTTON_CHECK_FAST 1
#endif