描述:Standard Clock Oscillators Programmable Oscillator 20.000MHz SMD 2.5mm x 3.2mm 50ppm -55 C to +125 C Product Attribute:Attribute Value Manufacturer:ECLIPTEK Product Category:Standard Clock Oscillators
int main(void){// disable JTAG port DDPCONbits.JTAGEN = 0;// 3.2 initialization TRISB = 0; // all PORTA as output T1CON = 0x8030; // TMR1 on, prescale 1:256 PB// 3.3 the main loop while( 1) { // 3.3.1
评论