PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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[];