void loop() {
gcode();
runPlanner();
extern void loopingColorSearch();
}
That last line is interesting. What do you think the net affect is?
void loop() {
gcode();
runPlanner();
extern void loopingColorSearch();
}
That last line is interesting. What do you think the net affect is?