**kfu 发表于 2013-8-3 13:18 
STC12C5A60S2 应付你的项目应该是小菜
#include "STC12C5A.h"
#include "intrins.h"
#include "delay.h" //延时
#include "buzzer.h" //蜂鸣器模块
#include "detector.h" //光电管探测模块
#include "Motor.h" //马达车速控制模块
#include "servo.h" //舵机转向控制模块
#include "encoder.h" //码盘计数模块
#include "ultrasonic.h" //超声波测距模块
#include "car_adjust.h" //车调整
#include "interrupt.h" //系统中断服务
|