您好,我在运行例程pinshutdown中,发现是 Power_shutdown(0, 0);查阅资料发现有两个参数可以更改,
int_fast16_t Power_shutdown(uint_fast16_t shutdownState,
uint_fast32_t shutdownTime);
请问shutdownTime这个参数,cc2640R2F支持吗?谢谢
我当时在例程添加了点灯,测试了这个,发现好像是不支持的:
#define SHUTDOWN_TIME 100000
.....
Power_shutdown(0, SHUTDOWN_TIME );
PIN_setOutputValue(hPins, Board_PIN_LED0, 1); //没有亮灯