#include <math.h>Go to the source code of this file.
Functions | |
| float | getBatteryVoltage (int ad_reading) |
| float | getInfraredRangefinderCM (int ad_reading) |
| float | getSonarRangefinderCM (int pulsin_reading) |
| float getBatteryVoltage | ( | int | ad_reading | ) |
Definition at line 35 of file unit_conversion.c.
| float getInfraredRangefinderCM | ( | int | ad_reading | ) |
Definition at line 40 of file unit_conversion.c.
| float getSonarRangefinderCM | ( | int | pulsin_reading | ) |
Definition at line 46 of file unit_conversion.c.
1.6.3