FL-186 Add vibro demo (#234)

* add vibro demo
* add F2 support
This commit is contained in:
coreglitch
2020-11-13 01:26:49 +06:00
committed by GitHub
parent bf2f6e89ca
commit a61eef0f99
9 changed files with 59 additions and 2 deletions

View File

@@ -186,6 +186,9 @@ extern TIM_HandleTypeDef htim16;
#define NFC_IRQ_Pin RFID_PULL_Pin
#define NFC_IRQ_GPIO_Port RFID_PULL_GPIO_Port
#define VIBRO_Pin GPIO_PIN_10
#define VIBRO_GPIO_Port GPIOC
/* USER CODE END Private defines */
#ifdef __cplusplus