#include "sharp.h"#include <stdint.h>#include <math.h>
Functions | |
| double | puckSharp_ir2mm (unsigned short int SensorValue) |
| int | s_gp2d120_ir2mmShort (unsigned short int SensorValue) |
| Infrared Sensor Value to milimeters (type GP2D120). | |
| int | s_gp2y0a21_ir2mmLong (unsigned short int SensorValue) |
| Infrared Sensor Value to milimeters (type GP2Y0A21). | |
| double puckSharp_ir2mm | ( | unsigned short int | SensorValue | ) |
| int s_gp2d120_ir2mmShort | ( | unsigned short int | SensorValue | ) |
Infrared Sensor Value to milimeters (type GP2D120).
| SensorValue | Input[Value returned by getSensorValue(int index)] |

| int s_gp2y0a21_ir2mmLong | ( | unsigned short int | SensorValue | ) |
Infrared Sensor Value to milimeters (type GP2Y0A21).
| SensorValue | Input[Value returned by getSensorValue(int index)] |

1.7.1