Author |
Message |
Topic: Problems with Button Delay on 16f887 |
feederic
Replies: 8
Views: 11628
|
Forum: General CCS C Discussion Posted: Mon Apr 21, 2008 12:58 am Subject: Problems with Button Delay on 16f887 |
Thanks PCM PROGRAMMER and MATRO!
Everything is working as desired! |
Topic: PortB Interrupts and Interrupt Flags |
feederic
Replies: 3
Views: 6542
|
Forum: General CCS C Discussion Posted: Mon Apr 21, 2008 12:56 am Subject: PortB Interrupts and Interrupt Flags |
Thanks for the advice! The buttons are now working perfectly!
I'm glad I stumbled on to this forum, I've learned more this past week than in the past two months ! |
Topic: PortB Interrupts and Interrupt Flags |
feederic
Replies: 3
Views: 6542
|
Forum: General CCS C Discussion Posted: Sat Apr 19, 2008 7:05 pm Subject: PortB Interrupts and Interrupt Flags |
I'm trying to use the portb interrupts using RB0-RB4 on the 16f887.
I'm not sure if there are flags for each pin that I can check. Basically i want my code to do something like this. Each button wi ... |
Topic: Problems with Button Delay on 16f887 |
feederic
Replies: 8
Views: 11628
|
Forum: General CCS C Discussion Posted: Wed Apr 16, 2008 9:22 pm Subject: Problems with Button Delay on 16f887 |
That is an excellent link!
I'll post up progress hopefully by monday. |
Topic: Problems with Button Delay on 16f887 |
feederic
Replies: 8
Views: 11628
|
Forum: General CCS C Discussion Posted: Wed Apr 16, 2008 8:42 pm Subject: Problems with Button Delay on 16f887 |
Hi everyone, I'm still having a few problems I can't work out.
The buttons work fine except when the LED speed is slow. When the delay coming from the A2D produces a large value, the portB interru ... |
Topic: Problems with Button Delay on 16f887 |
feederic
Replies: 8
Views: 11628
|
Forum: General CCS C Discussion Posted: Thu Apr 10, 2008 4:59 pm Subject: Problems with Button Delay on 16f887 |
That was my post above.
I also did change the button polling for portB to interrupt on change. |
Topic: Problems with Button Delay on 16f887 |
feederic
Replies: 8
Views: 11628
|
Forum: General CCS C Discussion Posted: Tue Apr 08, 2008 8:42 pm Subject: Problems with Button Delay on 16f887 |
I'm new to the PIC programming scene and have been teaching myself while programming a school project.
I've been having problems getting a button to react instantly in my code while using the A2D a ... |
|