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

MAX127-driver.h File Reference

MAXIM MAX127 ADC driver. More...

#include "common.h"

Go to the source code of this file.

Defines

#define MAX127_I2C_ADDR   0x50

Functions

int MAX127readChan (tSensors link, byte i2caddress, byte adcchannel)

Variables

tByteArray MAX127_I2CRequest
tByteArray MAX127_I2CReply

Detailed Description

MAXIM MAX127 ADC driver.

HTIRS-driver.h provides an API for the MAXIM MAX127 ADC.

Changelog:

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

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

Author:
Xander Soldaat (mightor_at_gmail.com)
Date:
08 March 2009
Version:
0.5

Definition in file MAX127-driver.h.