Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
Go to the source code of this file.
Functions | |
float | convertMpsToMph (float metersPerSecond) |
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.