11 lines
219 B
C++
11 lines
219 B
C++
//
|
|
// Created by linbo on 2025/10/22.
|
|
//
|
|
|
|
#include "hardware/can/motor_protocol/ti5motorprotocol.h"
|
|
using namespace cmvr::hardware;
|
|
|
|
Ti5MotorProtocol::Ti5MotorProtocol(const XmlNode &cfg):AbstractMotorProtocol(cfg)
|
|
{
|
|
|
|
} |