tb6612模块在51单片机怎么接线,我接完输出口没有电压,这是我的代码,希望大佬可以给我意见#include <REGX52.H>
sbit AIN1=P1^1;sbit AIN2=P1^2;
void main(){AIN1=0;AIN2=1;while(1){
}