I have a Teensy 4.0 which I am using to control some other HW through I2C (DACs and ctrl bits).
Currently, I have the code running which steps through different programmed states and loops. What I want to do is, make a few measurements after each state change using a DMM. I have added a 3sec delay after each step to do this.
What I'd prefer is to somehow, after each programmed state change, have the Teensy wait for a button push or something before stepping to the next state.
I have looked but don't seem to find any way to do this. Is this possible?
Currently, I have the code running which steps through different programmed states and loops. What I want to do is, make a few measurements after each state change using a DMM. I have added a 3sec delay after each step to do this.
What I'd prefer is to somehow, after each programmed state change, have the Teensy wait for a button push or something before stepping to the next state.
I have looked but don't seem to find any way to do this. Is this possible?