Has anyone used webbotlib for the $50 robot that was upgraded to run at 8MHz?
I had already completed the $50 robot with Sharp IR and UART upgrades (which required 8MHz operation) using SoR utils. Now I'm trying to move the code over into webbotlib and I'm having trouble figuring out if or where I need to tell webbotlib that it's running at 8MHz.
I am using dunk's makefile (from his tutorial) to build my projects from command line, and I've set already set the CPU speed to 8MHz in there. Is that all I should need to do?