creates a can interface based on new driver and implements this interface across our app. We do not yet haver CAN ids worked out, but to give an example, i mocked the receive handling for the charger message telling us if connected.
Todo still:
update inbound can hanlder with all inbound mesdsages & correct IDs
update outbound can messages with correct IDs
address Charge Safety relay. I believe this is going to be on charger and will require an outbound can message to charger (either to set or get this pin) but i dont yet know if needed
creates a can interface based on new driver and implements this interface across our app. We do not yet haver CAN ids worked out, but to give an example, i mocked the receive handling for the charger message telling us if connected.
Todo still:
update inbound can hanlder with all inbound mesdsages & correct IDs
update outbound can messages with correct IDs
address Charge Safety relay. I believe this is going to be on charger and will require an outbound can message to charger (either to set or get this pin) but i dont yet know if needed