NXT C++ Bluetooth Library
Class Adc_ports
Result
|
+--Adc_ports
in adc_8591.h
- class Adc_ports
- extends Result
Class to retrieve ADC port reading from the the PCF8591 ADC chip/sensor
- See Also:
Adc_8591::read
Field Summary |
unsigned int |
port0
Holds 8 bit value from port 0 |
unsigned int |
port1
Holds 8 bit value from port 1 |
unsigned int |
port2
Holds 8 bit value from port 2 |
unsigned int |
port3
Holds 8 bit value from port 3 |
port0
public unsigned int port0;
- Holds 8 bit value from port 0
port1
public unsigned int port1;
- Holds 8 bit value from port 1
port2
public unsigned int port2;
- Holds 8 bit value from port 2
port3
public unsigned int port3;
- Holds 8 bit value from port 3
Adc_ports
public Adc_ports();
get_type
public Result_type get_type();