Both solution are helpful in correcting my understanding. I will try them tomorrow when I get back to work. Thanks for your help!
Type: Posts; User: APutz
Both solution are helpful in correcting my understanding. I will try them tomorrow when I get back to work. Thanks for your help!
I am attempting to write a library that expands on the functions of the Encoder library that is included with teensyduino. Normally when I pass an object to a library I am writing I dont run into...
Ah, I see what I was doing wrong. Gracias el_Supremo.
I am having trouble writing code that adds or subtracks from the value of a variable with the turn of an encoder on my teensy 3.2. I want to be able to assign what variable is to be...
Awesome, thanks for the help everyone.
That was the feeling I was getting. I am relatively new to understanding registers and am not entirely sure how to write to one. I understand how they function and just need an example in code if...
Yes, I tied reset to HIGH.
KURT, Yes I agree, It definitely feel like the flag isnt being reset once its triggered by the mcp. and since my variable intACount isnt ever increasing from the ISR i...
Well I was hoping to differentiate between a long (hold) and a short press in my design. I am sure there is a better way of doing it, but this was my first theory of how to differentiate the two. You...
In my project I have an MCP23017 connected via i2c to a teensy 3.2 that is also wired up to receive interrupts from the mcp to pins 8 and 2 on the teensy. As per the (Adafruit library )library I have...
I have been working on a project for the past month that involves a Teensy 3.2 and the audio adapter board. Basically I am developing a prototyping platform for my software to be used on different...