Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
led_pic_flash
no vote
#include <xc.h> //#include <htc.h> //#include "pic16f877.h" //#include "pic18f4539.h" //#include "pic18f452.h" //htc.h //========================================================== void delay(unsigned int value) { while(value>0) value--; } //========================================================== //================================================ //#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF //__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF ); //__CONFIG(HS & WDTE_OFF & DEBUG_OFF ); #pragma config OSC = HS,WDT =OFF #pragma config PWRT = OFF //#pragma config OSC = HSPLL #pragma config WDT = OFF #pragma config LVP = OFF void main(void) { //CLEARBIT(TRISD,0xff); //SETBIT(PORTD,0xff); TRISB=0x00; TRISA=0x00; while(1) { // XORBIT(PORTD, LED
jackop
2016-08-23
0
1
Interpretation of single-chip GPS
no vote
Interpretation of single-chip GPS
jackop
2016-08-23
0
1
No more~