Skip to content

Commit

Permalink
Fix wrong definition for I2C addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
kongr45gpen committed Mar 19, 2019
1 parent f290f5a commit dd01ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ int main(void)
printf("\e[32m Left [\e[39m: (re)START \r\n");
printf("\e[31mRight ]\e[39m: STOP \r\n");
printf("\r\n");
printf("\e[36mCyan\e[39m: Register (hex) \r\n");
printf("\e[36mCyan\e[39m: Address (hex) \r\n");
printf("\e[33m R\e[39m: Read from master \r\n");
printf("\e[33m W\e[39m: Write to slave \r\n");
printf("\r\n");
Expand Down

0 comments on commit dd01ebf

Please sign in to comment.