对于普通大学生而言,学习健美操最为重要是学会动作,不必了解健美操基本动作的理论知识。
查看答案
配置LED灯管脚的工作模式()
A. GPIO_Mode_IPD
B. GPIO_Mode_IPU
C. GPIO_Mode_Out_OD
D. GPIO_Mode_Out_PP
对LED灯管脚PC4置0的库函数()
A. GPIO_SetBits(GPIOB,GPIO_Pin_4)
B. GPIO_ResetBits(GPIOB,GPIO_Pin_4)
C. GPIO_SetBits(GPIOC,GPIO_Pin_4)
D. GPIO_ResetBits(GPIOC,GPIO_Pin_4)
在主程序main.c中要调用LED模块中的函数,需要添加哪条语句()
A.
B. include "Led.h"
C. B.
D. include "Led.c"
E. C.
F. include "stm32f10x.h"
G. D.
H. include "sys.h"
设置PG2引脚输出高电平,下列哪个语句可以实现()
A. PGout(2)=1
B. GPIO_SetBits(GPIOE,GPIO_Pin_2)
C. GPIOG->BRR=GPIO_Pin_2
D. GPIO_ResetBits(GPIOG,GPIO_Pin_2