Mindstorms 3rd Party ROBOTC Drivers RobotC
[Home] [Download] [Submit a bug/suggestion] [ROBOTC Forums] [Blog] [Support this project]
Defines | Functions

dexterind-pressure.h File Reference

ROBOTC dPressure Sensor Driver. More...

Go to the source code of this file.

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)

Detailed Description

ROBOTC dPressure Sensor Driver.

DPRESS-driver.h provides an API for the Dexter Industries dPressure Sensor.

Changelog:

Credits :

License: You may use this code as you wish, provided you give credit where its due.

THIS CODE WILL ONLY WORK WITH ROBOTC VERSION 3.59 AND HIGHER.

Author:
Xander Soldaat (mightor@gmail.com)
Date:
13 June 2010
Version:
0.1

Definition in file dexterind-pressure.h.