Hi,
I was wondering if someone already measured the duration of digitalRead and digitalWrite. In my Arduino Project both commands resulted in a significant delay and it was necessary to directly...
Type: Posts; User: nils1982ks
Hi,
I was wondering if someone already measured the duration of digitalRead and digitalWrite. In my Arduino Project both commands resulted in a significant delay and it was necessary to directly...
Thanks for your hind, but the delays are between 100 us and a few seconds, which is fairly larger than 100's of microseconds. Do you know how to reset IntervalTimer? Probably one has to directly...
Interrupt context programming might solve the problem, I tried it with the arduino and used the timer and a compare match. I had to preload the timer and start it, when ever the period should begin....
Thank you very much for the super fast reply, and all the work you invested, that now allows idiots like me to use fast hardware. Unfortunately, I do not know how else I can program well defined...
Hey,
I just found the teensy 3.0 and I am very impressed, so that I ordered 2 of them. I found that many functions are improved compared to the standard arduinos, but I wonder if it is possible to...