Will the encoder library be updated to work with the Teensy 4.1?
It works with 3.2 and 3.6 but I get this error when compiling for 4.1
encoder.pin1_register = PIN_TO_BASEREG(pin1);
^
C:\Users\******\Documents\Arduino\libraries\Encoder/Encoder.h:84:25: error...
I love upverter. Very easy to learn and use. I also don’t mind paying the $29 to have complex parts made.
My biggest concern is it being cloud software. It would suck if they decided to close the product down.
I’ve done both custom teensy boards and made boards that the premade teensy plugs into.
I feel the custom board looks better and more professional, but plugging in a premade teensy is quicker and easier and fits into our business model better.
My question is... if these are going into an...
Is there any way to set 2x or 1x mode when using the Encoder library?
I’d like to reduce the amount of times the interrupts are triggered and would be okay with resolution being lowered.
Thanks
Is it possible to turn the interrupt for the encoder library on and off so any encoder movements that happen when I don't care to read them don't slow my loop down?
My program uses switch... case statements so it would be easy for me to target when and where to shut off the interrupt and turn...
I had this problem with using a custom Teensy 3.2 that was powered by it's own power supply. Via USB it powered fine but without USB it wouldn't boot up.
Putting a .1 capacitor between reset and ground on the bootloader chip fixed it.
Thanks everyone