1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-03-03 02:07:53 +00:00
Files
kalymos.PsNee/PSNee
kalymos 2cc73133c4 optimize digital input reading with boolean normalization
- Updated all input read macros (PIN_SQCK_READ, PIN_SUBQ_READ, etc.) to use double logical NOT (!!) operators.
- This ensures bitwise masks are normalized to a pure 0 or 1 boolean value.
- Optimization: Allows the compiler to use faster AVR branch instructions (SBIC/SBIS) and improves compatibility with direct equality tests.
- Updated inline documentation for better clarity on bitwise operations.
2026-02-24 22:45:22 +01:00
..
2026-02-06 21:48:12 +01:00