Replies: 1 comment
-
I am sorry, but I am also not clear what the OR is for. I belive it is for functions not implemented in this core, but I am not sure. It is a source provided by PJRC. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The KEY_ENTER definition throws a compiler warning due to integer truncation. This warning can be fixed by removing the
| 0xF000
part of that line, but since I'm a little unclear on what that actually does I'm hesitant to do so. In local testing the key still works if I remove that OR, but I assume it is there for a reason that I just don't understand. Could you explain why that is there?Beta Was this translation helpful? Give feedback.
All reactions