X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=btn.h;h=5d4e7494e02e62c8c8b5f6c70864ffea7148ee2b;hb=b8cc7d22ae11576cdf44ca2cd3b39d64e514a930;hp=8f0e3c18cea895d3c09ceb1448477a3b4a662a1d;hpb=77bec8ca2aa7d464cb5d3034a497e0ff8933864a;p=rgblamp.git diff --git a/btn.h b/btn.h index 8f0e3c1..5d4e749 100644 --- 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();