Search found 2 matches

by Mikwabobo
28 Aug 2016 05:31
Forum: mikroC PRO for PIC General
Topic: nrf24l01+ PTX and PRX
Replies: 0
Views: 14542

nrf24l01+ PTX and PRX

Hi All . I have tried the following codes without receiving data for over two weeks. Could someone help. TRANSMITTER CODE(PTX) const char test[] = "THERE IS AN INTRUDER."; char Data_In[21], Data_Out[21], stat; short dataLength = 20; // Pipe Address const char adr0[] = {0x78,0x78,0x78,0x78,0x78}; // ...
by Mikwabobo
01 Aug 2016 05:15
Forum: mikroBasic General
Topic: CMCON not recognised
Replies: 1
Views: 3525

CMCON not recognised

I am doing a project with pic16f877a but when i used
CMCON =0x7 to off comparator , the compiler complained that CMCON not declared. . Plus ANSEL and ANSELH are not recognized.Please ,i am new to mikroC . Can someone help me out.

Go to advanced search