PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 lines
251B

  1. #include "Encoder.h"
  2. // Yes, all the code is in the header file, to provide the user
  3. // configure options with #define (before they include it), and
  4. // to facilitate some crafty optimizations!
  5. Encoder_internal_state_t * Encoder::interruptArgs[];