Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
WheelLocation.h
Go to the documentation of this file.
1#ifndef RENNSSELAERMOTORSPORT_WHEEL_LOCATION_H
2#define RENNSSELAERMOTORSPORT_WHEEL_LOCATION_H
3
4typedef enum {
10
11#endif // RENNSSELAERMOTORSPORT_WHEEL_LOCATION_H
WHEEL_LOCATION
Definition: WheelLocation.h:4
@ FRONT_LEFT
Definition: WheelLocation.h:5
@ BACK_RIGHT
Definition: WheelLocation.h:8
@ BACK_LEFT
Definition: WheelLocation.h:7
@ FRONT_RIGHT
Definition: WheelLocation.h:6