Author |
Message |
Topic: PIC16F87x using a pointer |
ahmet2005
Replies: 1
Views: 3417
|
Forum: General CCS C Discussion Posted: Wed Nov 23, 2005 9:13 am Subject: PIC16F87x using a pointer |
I am trying to access specific I/O pins on a PIC16F87x using a pointer in C. However this doesn't work why?
char *Dir = (unsigned)&PORTB*8+0 producess Dir = 0x0030;
*Dir = 1; (supposed to se ... |
Topic: pic16fxxx |
ahmet2005
Replies: 1
Views: 3375
|
Forum: General CCS C Discussion Posted: Fri Nov 11, 2005 3:04 pm Subject: pic16fxxx |
I would like to combine my pic 16f628 and usb port.I would like to build a circuit like this : 7 led and tree button connected to pic and pic connected to usb interface ic and this ic connected to usb ... |
|