Ver Fonte

add:添加pm引脚唤醒空实现

Dozingfiretruck há 3 anos atrás
pai
commit
2049e2a8fd
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      application/src/luat_pm_air105.c

+ 4 - 0
application/src/luat_pm_air105.c

@@ -78,3 +78,7 @@ int luat_pm_power_ctrl(int id, uint8_t onoff) {
     return -1;
 }
 
+int luat_pm_wakeup_pin(int pin, int val){
+    LLOGW("not support yet");
+    return -1;
+}