Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <MotorController.h>
Public Attributes | |
Esc * | esc |
App * | app |
Definition at line 7 of file MotorController.h.
App* MotorController::app |
Definition at line 9 of file MotorController.h.
Esc* MotorController::esc |
Definition at line 8 of file MotorController.h.