X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=btn.h;h=c4263d5c00400408531373538303c0ea743c10be;hb=a0556afb8953ae458fb0fe7bcc68bde851f0e630;hp=8f0e3c18cea895d3c09ceb1448477a3b4a662a1d;hpb=77bec8ca2aa7d464cb5d3034a497e0ff8933864a;p=rgblamp.git diff --git a/btn.h b/btn.h index 8f0e3c1..c4263d5 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() (RB2 + ((unsigned char)RB4 << 1)) /* Enable the pushbutton from user code */ void btn_pben();