WatchX-II icon indicating copy to clipboard operation
WatchX-II copied to clipboard

因为新版方屏板子电源部分的改动,按键读取要改为低电平触发

Open Trigger-CN opened this issue 3 years ago • 0 comments

因为新版方屏板子电源部分的改动,按键读取要改为低电平触发

static void Button_EventMonitor()
{
    btPOWER.EventMonitor(!digitalRead(KEY_Pin));
}

Trigger-CN avatar Jun 01 '21 08:06 Trigger-CN