ccp輸出

我要報錯
  • PIC之CCP輸出比較

    /*CCP1輸出比較*/#include "pic.h"void initPORTB(void); void initCCP1(void); void interrupt CCP1INT(void);void main() { initPORTB(); initCCP1(); while(1) { } }void initCCP1() { TRISC=0x00; T

    單片機
    2018-08-21
    pic ccp輸出