PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Encoder.cpp 251B

3 years ago
12345678910
  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[];