Although you may have 689Hz between pixels any data shown there will be one pixel wide. You won't miss any signals, you just won't be able to resolve them. The 320 display output will look nearly the same to a 'Senior...
@mjs513, I am using the 3/30 nightly. Is there a way to get the 3/10 nightly:) 2.0.4 has to many terminal issues for me. Guess I'll try the latest nightly, can't hurt....
Right, I'll wait. I don't change the...
Kurt,
Don't have to look at other features, just change the CPU speed. The problem is identifying that the speed actually changed. I used either a current meter on the usb or an oscilloscope with this:
const int...
Can't find it, but read in the Arduino 2.x documentation that a new 'Feature' of the IDE is to not clear the caches when quitting. Even compiling another program leaves any other started programs. The settings for the...
@defragster
The issue I was having in #5 above was the dang cached files not clearing out in Arduino 2.0.x after changing the CPU speed. Serial.println(F_CPU) showed the selected speed but used the cached. Didn't...