mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-18 01:58:56 +00:00
V1.0.5
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user