Search found 3 matches

by mahmoud1230
17 Mar 2013 20:38
Forum: mikroC General
Topic: Pwm-16f877a-frequence-controlling
Replies: 4
Views: 2838

Re: Pwm-16f877a-frequence-controlling

This example does not work to making increment or decrement,Thanks
by mahmoud1230
17 Mar 2013 20:34
Forum: Development Boards
Topic: Newbie: PWM Example Won't Work on EasyPIC2
Replies: 3
Views: 4520

Re: Newbie: PWM Example Won't Work on EasyPIC2

It does not work with this code unsigned short current_duty, old_duty; // Define variables // current_duty and old_duty void initMain() { ANSEL = 0; // All I/O pins are configured as digital ANSELH = 0; PORTA = 255; // Port A initial state TRISA = 255; // All port A pins are configured as inputs POR...
by mahmoud1230
15 Mar 2013 21:53
Forum: Library Development Discussion
Topic: Please help at example 6 for book PIC Microcontrollers in C
Replies: 1
Views: 2405

Please help at example 6 for book PIC Microcontrollers in C

I am reading from Book: PIC Microcontrollers Programming in C, and when i try to making example 6 on this book for pwm it does not work for pic 16f877a with the same idea that the book discussion it please help, Thanks

Go to advanced search