0
2
33
168
372
171
第一个正式的C语言单片机程序,用于驱动汽车大灯的电机#include #define VCC 4.9typedef unsigned char uchar ;char state=0; char en_drv=0; char dir=0;float target=0;float location=0;uchar turns=0; uchar cmd_word=0xdb;void init()...