ledstop2009
- 16th November 2009, 01:58
I like this video and hobby race car.The video is not very longi.İt is 8 seconds
http://video.yahoo.com/watch/6424552/16658644
I want to make this project with 12f675.What is the codes?I am amateur pic basic user
I could write onyl this codes:(
@ DEVICE pic12F675
@ DEVICE pic12F675, WDT_ON 'Watch Dog timer açık
@ DEVICE pic12F675, PWRT_ON 'Power on timer açık
@ DEVICE pic12F675, PROTECT_OFF 'Kod Protek kapalı
@ DEVICE pic12F675, MCLR_off 'MCLR pini kullanılMIYOR.
@ DEVICE pic12F675, INTRC_OSC_NOCLKOUT 'Dahili osilatör kullanılacak
DEFINE OSCAL_1K 1
CMCON = 7
ANSEL = 0
trisio=0
GPIO=0
SYMBOL LED1= GPIO.1
SYMBOL LED2=GPIO.2
and what is the other codes?
http://video.yahoo.com/watch/6424552/16658644
I want to make this project with 12f675.What is the codes?I am amateur pic basic user
I could write onyl this codes:(
@ DEVICE pic12F675
@ DEVICE pic12F675, WDT_ON 'Watch Dog timer açık
@ DEVICE pic12F675, PWRT_ON 'Power on timer açık
@ DEVICE pic12F675, PROTECT_OFF 'Kod Protek kapalı
@ DEVICE pic12F675, MCLR_off 'MCLR pini kullanılMIYOR.
@ DEVICE pic12F675, INTRC_OSC_NOCLKOUT 'Dahili osilatör kullanılacak
DEFINE OSCAL_1K 1
CMCON = 7
ANSEL = 0
trisio=0
GPIO=0
SYMBOL LED1= GPIO.1
SYMBOL LED2=GPIO.2
and what is the other codes?