Advertisement
DK0975

1

May 8th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. constexpr byte TARGET_PINS[] {A1, A2, A3, A4, A5, A0};
  2. constexpr byte NUM_TARGET_PINS {sizeof(TARGET_PINS) / sizeof(TARGET_PINS[0])};
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement