Author |
Message |
Topic: keypad problem |
shroder300
Replies: 5
Views: 5478
|
Forum: General CCS C Discussion Posted: Fri Nov 14, 2008 10:21 am Subject: keypad problem |
Here is my final code. the int routine will pick up both a press and a release. the main function will only print a press, however.
/*=============================================================== ... |
Topic: keypad problem |
shroder300
Replies: 5
Views: 5478
|
Forum: General CCS C Discussion Posted: Thu Nov 13, 2008 11:09 am Subject: keypad problem |
Right now I am only printing the codes to the serial port.
My problem is the keypad buttons have to be held down for at least half a second before the program prints a press code and then release ... |
Topic: keypad problem |
shroder300
Replies: 5
Views: 5478
|
Forum: General CCS C Discussion Posted: Thu Nov 13, 2008 10:29 am Subject: keypad problem |
First my keypad is a 4x4 matrix keypad with an extra common pin. I have it hooked to portb with pullups active. Upon a button press I get a col and row pin shorted to gnd indicating which button is pr ... |
Topic: 16f88 lcd on port a |
shroder300
Replies: 3
Views: 6666
|
Forum: General CCS C Discussion Posted: Mon Feb 05, 2007 8:08 pm Subject: 16f88 lcd on port a |
that compiled correctly. thanks!
but the lcd is still not working. |
Topic: 16f88 lcd on port a |
shroder300
Replies: 3
Views: 6666
|
Forum: General CCS C Discussion Posted: Sun Feb 04, 2007 8:35 pm Subject: 16f88 lcd on port a |
I am trying to setup the lcd using the flex lcd driver. I have gotten it up and working on port b and I was trying to set it up on port a. I keep getting an error when I add the lines to turn off the ... |
Topic: mplab upgrade |
shroder300
Replies: 1
Views: 3859
|
Forum: General CCS C Discussion Posted: Wed Jan 24, 2007 8:58 am Subject: mplab upgrade |
sorry, brain fart. select the correct device. |
Topic: mplab upgrade |
shroder300
Replies: 1
Views: 3859
|
Forum: General CCS C Discussion Posted: Wed Jan 24, 2007 7:36 am Subject: mplab upgrade |
I have pcm version 4.022 and mplab 7.1 and I upgraded to mplab 7.5. When I compiled my project I got a registration file error from the compiler. It says that there is an error with pch, which I dont ... |
|