This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -15,10 +15,10 @@
#include "aic_hal_gpio.h"
#define INPUT_KEY_PIN "PD.15"
#define GPIO_NO_SET_MODE_FLAG 1
#define GPIO_SET_MODE_FLAG 0
#define GPIO_NO_SET_MODE_FLAG 0
#define GPIO_SET_MODE_FLAG 1
static int time_turnaround = 1000;
static int time_turnaround = 10;
static int times_enter_irq = 0;
static const char sopts[] = "i:o:c:t:h";
static const struct option lopts[] = {