PWM for PIC

Thread Starter

Moelsayed

Joined Dec 12, 2017
16
Hello All,
Please I am trying to use PWM with PIC16F877A and after I wrote down the code for using it and compiling i got the error as in the image
upload_2018-3-5_14-27-7.png

but I don't know what is the reason for that.

Thanks,
elsayed
 

Ian Rogers

Joined Dec 12, 2012
1,136
For starters, you are missing an include file.
Yeah!!... MikroC is as far away from ANSCI C as you can get.. All the libraries are individually included and I mean all

Strings, conversions, adc the works... all need to be manually added but not as you would expect.... A list of check boxes!!
 
Top