ut-ras / robomaster

Firmware for the Stampede RoboMaster team at UT Austin
http://ras.ece.utexas.edu/committees/robomaster
GNU General Public License v3.0
17 stars 5 forks source link

Add supercap communication driver #152

Open calebchalmers opened 1 month ago

calebchalmers commented 1 month ago

Blocked: requires the hardware side of supercaps to be testable.

Details are TBD, but this will likely be an I2C-based driver with the following messages:

Firmware -> Device

Device -> Firmware

To start, a basic driver which handles these messages and tracks the variables would be ideal. Once complete, we can make new issues to begin integrating the supercaps into the chassis subsystem.