
"Streamlining Arduino Debugging with a User-Friendly Tool"
Eye2see is a project that aims to improve the debugging capabilities of the Arduino platform by utilizing the i2c bus. By connecting a probe to the i2c bus on an Arduino, the eye2see software allows for more robust debugging tools, including variable tracking, breakpoints, and message output on a screen. While the library running on the host Arduino may slow down the program, the tradeoff for powerful debugging tools may be worth it for complex programs. Alternatively, there are other tools available that can debug Arduino code directly from a connected PC.