单项选择题
A.loop B.setup C.void D.delay
舵机实验中使用的舵机有()个引脚。A.2B.3C.4D.5
单项选择题舵机实验中使用的舵机有()个引脚。
A.2 B.3 C.4 D.5
有源蜂鸣器的工作电压()。A.3.5-5.5VB.3.5-5.6VC.3.5-5.7VD.3.5-5.8V
单项选择题有源蜂鸣器的工作电压()。
A.3.5-5.5V B.3.5-5.6V C.3.5-5.7V D.3.5-5.8V
attachInterrupt(interrupt,function,mode);//interrupt为中断...
判断题attachInterrupt(interrupt,function,mode);//interrupt为中断通道编号,function为中断函数,mode为中断号。