Author |
Message |
Topic: replace built in rs232(), getc() and putc() functions |
Grokiff
Replies: 2
Views: 7233
|
Forum: General CCS C Discussion Posted: Tue Mar 31, 2015 8:20 am Subject: replace built in rs232(), getc() and putc() functions |
Hi,
I try to replace the built in #use rs232(), getc() and putc() functions
my rs232() looks like :
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7);
Regarding the PIC datasheet, I've started ... |
Topic: INT_EXT on B0 |
Grokiff
Replies: 2
Views: 7076
|
Forum: General CCS C Discussion Posted: Wed Mar 25, 2015 9:31 am Subject: INT_EXT on B0 |
Hi,
I've got an interrupt on B0 H_TO_L as follow :
#define ETOR PIN_B0
void init_etor_int()
{
ext_int_edge(H_TO_L);
enable_interrupts(INT_ ... |
|
Page 1 of 1 |
All times are GMT - 6 Hours |
Powered by phpBB © 2001, 2005 phpBB Group
|