|
Files | |
file | dexterind-pressure.h |
ROBOTC dPressure Sensor Driver. | |
Defines | |
#define | DPRESS_VREF 4.85 |
Functions | |
bool | DPRESSreadPress250kPa (tSensors link, float &pressure) |
bool | DPRESSreadPress250PSI (tSensors link, float &pressure) |
bool | DPRESSreadPress500kPa (tSensors link, float &pressure) |
bool | DPRESSreadPress500PSI (tSensors link, float &pressure) |
Dexter Industries dPressure Sensor driver
#define DPRESS_VREF 4.85 |
The voltage reference is assumed to be around 4V85
Definition at line 38 of file dexterind-pressure.h.
bool DPRESSreadPress250kPa | ( | tSensors | link, |
float & | pressure | ||
) |
Read the pressure in kiloPascals
Note: This function is for the dPressure 250
link | the dPressure Sensor port number |
pressure | the pressure in kiloPascals |
Definition at line 55 of file dexterind-pressure.h.
bool DPRESSreadPress250PSI | ( | tSensors | link, |
float & | pressure | ||
) |
Read the pressure in kiloPascals
Note: This function is for the dPressure 250
link | the dPressure Sensor port number |
pressure | the pressure in Pounds per Square Inch |
Definition at line 86 of file dexterind-pressure.h.
bool DPRESSreadPress500kPa | ( | tSensors | link, |
float & | pressure | ||
) |
Read the pressure in kiloPascals
Note: This function is for the dPressure 500
link | the dPressure 500 Sensor port number |
pressure | the pressure in kiloPascals |
Definition at line 98 of file dexterind-pressure.h.
bool DPRESSreadPress500PSI | ( | tSensors | link, |
float & | pressure | ||
) |
Read the pressure in kiloPascals
Note: This function is for the dPressure 500
link | the dPressure 500 Sensor port number |
pressure | the pressure in Pounds per Square Inch |
Definition at line 129 of file dexterind-pressure.h.