Search found 2 matches

by automat2013
Mon Jun 24, 2013 12:46 pm
Forum: C and ASM Programming
Topic: 7 segment display
Replies: 1
Views: 8244

7 segment display

Hello. I need some help with this code : an up down counter on the 7 segment display. The program count up until digit 9 after that "should" count down until digit 0 and so on. Unfortunately my program just count up until 9 and start again from 0 to 9. Could you give me some advices ? Thank you. #i...
by automat2013
Fri Jun 21, 2013 12:42 pm
Forum: C and ASM Programming
Topic: Timer0 PIC16f88
Replies: 1
Views: 8229

Timer0 PIC16f88

Hy. I want to generate two diferent delays, using timer0 pic16f88. step 1 : led 1 stay ON 4 sec step 2 : led 1 stay OFF 3 sec By the way I use a Matrix multimedia development board. Look at my cod : in this moment the led 1 stay ON - 4 sec and then stay OFF - 4 sec. I know that my mistake is in inte...