Search found 6 matches

by abdelnq
21 Apr 2015 21:52
Forum: mikroC PRO for AVR General
Topic: avr Interrupt with mikroc
Replies: 4
Views: 3887

Re: avr Interrupt with mikroc

Thanks a lot its working :)
by abdelnq
21 Apr 2015 00:48
Forum: mikroC PRO for AVR General
Topic: avr Interrupt with mikroc
Replies: 4
Views: 3887

Re: avr Interrupt with mikroc

Hi Aleksandar.Mitrovic thanks for resp. I want to use PD2 as interrupt in arduino UNO I wrote a small code for a digital clock using lcd and I want to add a button in pin PD2 to set the clock I need only Interrupt as Im new in mikroC I want to learn it , but I cant find intersting things about avr i...
by abdelnq
20 Apr 2015 04:22
Forum: mikroC PRO for AVR General
Topic: New release of mikroC for AVR
Replies: 4
Views: 7480

Re: New release of mikroC for AVR

thanks a lot!
by abdelnq
20 Apr 2015 03:38
Forum: mikroC PRO for AVR General
Topic: arduino Interrupt in mikroc
Replies: 1
Views: 1739

arduino Interrupt in mikroc

Hi all ! can someone help me plz.. this code is in c for PIC16F887 and wanna write same for arduino 1 in mikroC : void interrupt(){ if (INTCON.B1==1) { hour1++; } INTCON.B1==0; } checks to see if the flag is set if it is then the variable hour1 is incremented by 1 and the INT flag is cleared *button...
by abdelnq
19 Apr 2015 02:21
Forum: mikroC PRO for AVR General
Topic: avr Interrupt with mikroc
Replies: 4
Views: 3887

avr Interrupt with mikroc

Hi all ! can someone plz tell me how to translate this code it s in c for PIC and wanna transform it for avr : void interrupt(){ if (INTCON.B1==1) { hour1++; } INTCON.B1==0; } its a test if the button is cliked hour1 var increment by one , and the flag become 0 as mikroC doesnt accept attachinterrup...
by abdelnq
19 Apr 2015 01:44
Forum: mikroC PRO for AVR General
Topic: avr Interrupt in mikroc
Replies: 1
Views: 1732

avr Interrupt in mikroc

Hi all ! can someone plz tell me how to translate this code it s in c for PIC and wanna transform it for avr : void interrupt(){ if (INTCON.B1==1) { hour1++; } INTCON.B1==0; } its a test if the button is cliked hour1 var increment by one , and the flag become 0 as mikroC doesnt accept attachinterrup...

Go to advanced search