Searched refs:GPIO_Set (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/solutions/auto_demo/ |
A D | auto_app.c | 112 GPIO_Set(IN1_PORT,0); in stop_ctl() 113 GPIO_Set(IN2_PORT,0); in stop_ctl() 114 GPIO_Set(IN3_PORT,0); in stop_ctl() 115 GPIO_Set(IN4_PORT,0); in stop_ctl() 121 GPIO_Set(IN1_PORT,1); in front_ctl() 122 GPIO_Set(IN2_PORT,0); in front_ctl() 123 GPIO_Set(IN3_PORT,0); in front_ctl() 124 GPIO_Set(IN4_PORT,1); in front_ctl() 132 GPIO_Set(IN1_PORT,0); in back_ctl() 133 GPIO_Set(IN2_PORT,1); in back_ctl() [all …]
|
A D | README.md | 181 GPIO_Set(ENA_PORT,1); 182 GPIO_Set(ENB_PORT,1);
|
Completed in 5 milliseconds