@kawhi 是的,用这个函数控制不了LED2
C
cheng
@cheng
0
Reputation
3
Posts
1902
Profile views
0
Followers
0
Following
Posts made by cheng
-
LED2的控制posted in FR801xH
void pmu_set_led2_value(uint8_t value);这个函数不能控制LED2,用这个ool_write(PMU_REG_LED_CTRL, 0x00);能控制LED2,但是会影响LCD背光,怎么解决