SoonerRobotics / robomagellan-2019

Sooner Competitive Robotics code base for the 2019 Robogames RoboMagellan competition
http://ou.edu/scr/
4 stars 0 forks source link

Make a watchdog to montior system buses #17

Closed jkleiber closed 5 years ago

jkleiber commented 5 years ago

Description When things go wrong or the robot needs to be stopped, having a remote off switch will be convenient. Also, when a device is causing problems on the I2C bus, we need to be able to turn it off so the robot can complete the course effectively.

Goals