aboutsummaryrefslogtreecommitdiffstats
path: root/Lab3.X/numpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'Lab3.X/numpad.c')
-rw-r--r--Lab3.X/numpad.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/Lab3.X/numpad.c b/Lab3.X/numpad.c
index 5c2c924..5d9f0ce 100644
--- a/Lab3.X/numpad.c
+++ b/Lab3.X/numpad.c
@@ -10,11 +10,11 @@ void initKeyPad(void) {
CNPU1bits.CN3PUE = 1; //RA1
CNPU2bits.CN30PUE = 1; //RA2
CNPU2bits.CN29PUE = 1; //RA3
- T1CON = 0;
- PR1 = 15999;
- TMR1 = 0;
- IFS0bits.T1IF = 0;
- T1CONbits.TON = 1;
+// T1CON = 0;
+// PR1 = 15999;
+// TMR1 = 0;
+// IFS0bits.T1IF = 0;
+// T1CONbits.TON = 1;
}
void padDelay(long n) {