Skip to content

Commit 3e6cc61

Browse files
committed
Updated predefined tags.
1 parent f5c9a25 commit 3e6cc61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/PredefinedTags.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
#define CENTER_REAR_WHEEL_SPEED_SENSOR "wss_cr"
88
#define LEFT_REAR_WHEEL_SPEED_SENSOR "wss_lr"
99
#define RIGHT_REAR_WHEEL_SPEED_SENSOR "wss_rr"
10+
#define ACCELEROMETER "accl"
11+
#define ODOMETER "odm"
1012
#define VOLTAGE_SENSOR "vot"
1113
#define THROTTLE_PEDAL "tpd"
1214
#define BRAKE_PEDAL "bpd"
15+
#define MOTOR_CONTROLLER "mc"
16+
#define GPS_RECEIVER "gps"
17+
#define LEFT_INDICATOR "lindi"
18+
#define RIGHT_INDICATOR "rindi"
1319

1420

1521
#endif // PREDEFINEDTAGS_H

0 commit comments

Comments
 (0)