zengliju

Results 11 comments of zengliju

It would be better if there were more languages. Of course, it doesn't hurt

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

> 对于便宜的传感器尝试添加, 对我有用。我认为它们存在一些电源问题`apds.setGestureLEDDrive(APDS9960_LED_DRIVE_50MA)``apds.setGestureGain(APDS9960_GGAIN_2X)` It works for me

`apds.setProximityIntLowThreshold(0)` `apds.setProximityIntHighThreshold(200)` `apds.setGestureEnterThresh(0)` `apds.setGestureExitThresh(200)` `apds.setGestureLEDDrive(APDS9960_LED_DRIVE_50MA)` `apds.setGestureGain(APDS9960_GGAIN_2X)` `apds.enableGestureSensor()`

> 对于便宜的传感器,尝试添加, 为我工作。我认为它们存在一些电源问题`apds.setGestureLEDDrive(APDS9960_LED_DRIVE_50MA)``apds.setGestureGain(APDS9960_GGAIN_2X)` thanks

apds.setProximityIntLowThreshold(0) apds.setProximityIntHighThreshold(200) apds.setGestureEnterThresh(0) apds.setGestureExitThresh(200) apds.setGestureLEDDrive(APDS9960_LED_DRIVE_50MA) apds.setGestureGain(APDS9960_GGAIN_2X) apds.enableGestureSensor()