Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
ioutput_motor.hpp
Go to the documentation of this file.
1#pragma once
3namespace fang::motor
4{
5 // This is left generic due to different motors using different types
6 template<typename Output>
7 using IOutputMotor = rail::motor::IOutputMotor<Output>;
8}
Definition directionality.hpp:6
rail::motor::IOutputMotor< Output > IOutputMotor
Definition ioutput_motor.hpp:7