Log in

View Full Version : 12f675 problem



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?

Acetronics2
- 16th November 2009, 16:35
Hi,

Might we understand WE are supposed to do YOUR part of the work ???

tell me you're jokin' ...

We even do not know how your gadget is supposed to work nor how it is supposed to be driven ...

Alain