Sends a CAN message with the given ID and data.
void sendMessage({required int id, required List<int> data}) { }