Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include "../../Inc/Utils/Conversions.h"
Go to the source code of this file.
Functions | |
float | convertMpsToMph (float metersPerSecond) |
Variables | |
static const float | MPS_TO_MPH = 2.236936 |
float convertMpsToMph | ( | float | metersPerSecond | ) |
Converts from meters per second to miles per hour
metersPerSecond | The speed to convert in meters per second. |
Definition at line 5 of file Conversions.c.
|
static |
Definition at line 3 of file Conversions.c.