|
Formula Student Electronics & Software
The code for the embedded software
|
#include <sensors.hpp>

Public Attributes | |
| double | _right_wheel_rpm = 0 |
| double | _left_wheel_rpm = 0 |
| int | _hydraulic_line_pressure = 0 |
Sensors from CAN.
Definition at line 6 of file sensors.hpp.
| int Sensors::_hydraulic_line_pressure = 0 |
Definition at line 9 of file sensors.hpp.
| double Sensors::_left_wheel_rpm = 0 |
Definition at line 8 of file sensors.hpp.
| double Sensors::_right_wheel_rpm = 0 |
Definition at line 7 of file sensors.hpp.