parallaxinc / cyberbot

Firmware, library, and loader code for cyberbot hardware
MIT License
8 stars 0 forks source link

Modify cyber:bot board firmware so that it recovers if ColorPal does not respond #21

Open AndyLindsay opened 4 years ago

AndyLindsay commented 4 years ago

If the ColorPal does not respond, the cog running the program will get stuck.

Suggestion: Add code to resetMonitor function in firmware to detect the stall, and respond with an impossible color reading. Add code to colorpal module to detect this response and alert the user.