Search found 3 matches

by ksp
15 Jul 2009 20:34
Forum: mikroC General
Topic: Chipcon CC1100 Transceiver with PIC16F877A
Replies: 13
Views: 11886

CC1100 Code Snippet Please

Hi Joe333,

I am also trying for similar solution.
Could you please send the code snippet for send/receive (Using Software SPI)

Thanks,
KSP
by ksp
21 Apr 2007 19:51
Forum: mikroPascal General
Topic: USB HID
Replies: 3
Views: 3242

Is this bug fixed ?
by ksp
17 Apr 2007 11:17
Forum: mikroC General
Topic: Help Deocding IR Signals
Replies: 12
Views: 5644

Try like this

unsigned int counter = 0;
void interrupt()
{
if(INTCON.INTF == 1)
{
counter++;
INTCON.INTF = 0;
}
}

Go to advanced search