Thanks for the response.
After I made that post, I "discovered" delayMicroseconds(). I tested my code and it works with a delay of 2us, but not at 1us.
For the time being that helps some, as it is 500% faster. I don't like the busy-wait aspect, but since the code is in a loop, the individual...