PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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