Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
Conversions.h
Go to the documentation of this file.
1#ifndef RENSSELAERMOTORSPORT_CONVERSIONS_H
2#define RENSSELAERMOTORSPORT_CONVERSIONS_H
3
10float convertMpsToMph(float metersPerSecond);
11
12#endif // RENSSELAERMOTORSPORT_CONVERSIONS_H
float convertMpsToMph(float metersPerSecond)
Definition: Conversions.c:5