Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
求教: LED2灯如何点亮,试了好久,只能控制LCD屏亮,灯不行,直接用的函数:pmu_set_led2_value(1)
修改一下pmu_set_led2_value函数,该函数修改后会影响sleep下的功耗 if( value == 0 ) { ool_write(PMU_REG_LED_CTRL, 0x00); } else { ool_write(PMU_REG_LED_CTRL, 0x04 ); }