LTPS C++ API
Public Member Functions | List of all members
Adc Class Reference

Class for ADC (Tibbit #13) More...

#include <adc.h>

Public Member Functions

void getVoltage (const char *socket, unsigned int channel, bool prev, AdcData &adc)
 Get voltage value for channel. More...
 

Detailed Description

Class for ADC (Tibbit #13)

Examples:
tibbit13.cpp.

Member Function Documentation

void Adc::getVoltage ( const char *  socket,
unsigned int  channel,
bool  prev,
AdcData adc 
)

Get voltage value for channel.

Parameters
socketI2C bus name (eg: s1, s15)
channelADC channel (1...4)
prevGet previous voltage conversion for true
adcAdcData data struct
Examples:
tibbit13.cpp.

The documentation for this class was generated from the following file: