/**********************************************************
use mcu :pic16f630
clock frequency:4mhz
instruction period: 1us
**********************************************************/
#include "pic.h"
typedef unsigned char uchar;
__CONFIG(CPD & CPROTECT & BORDIS & MCLRDIS & PWRTEN & WDTDIS & INTOSCIO);
文章评论(0条评论)
登录后参与讨论