]> oss.titaniummirror.com Git - rgblamp.git/blobdiff - btn.h
Change to PIC16LF1933
[rgblamp.git] / btn.h
diff --git a/btn.h b/btn.h
index 8f0e3c18cea895d3c09ceb1448477a3b4a662a1d..5d4e7494e02e62c8c8b5f6c70864ffea7148ee2b 100644 (file)
--- a/btn.h
+++ b/btn.h
@@ -28,10 +28,10 @@ enum {
 };
 
 /* Read the current state of the pushbutton */
-#define btn_pb() (RB0)
+#define btn_pb() (RB1)
 
 /* Read the current state of the rocker switch */
-#define btn_rs() (RB4 + ((unsigned char)RB5 << 1))
+#define btn_rs() (RB4 + ((unsigned char)RB2 << 1))
 
 /* Enable the pushbutton from user code */
 void btn_pben();