C# 클래스 Gor.Devices.BarometricPressure_BMP180

상속: Sensor
파일 보기 프로젝트 열기: gamondue/GOR-4H-16

공개 메소드들

메소드 설명
BarometricPressure_BMP180 ( ) : System
BarometricPressure_BMP180 ( int deviceAddress, I2cDriver driver ) : System
Initialization ( ) : void
Measure ( ) : Measurement
Read ( ) : string
ReadInt ( ) : int

비공개 메소드들

메소드 설명
ReadByte ( byte address ) : byte
ReadBytes ( byte address, int byteCount ) : byte[]
ReadShort ( byte address ) : short
ReadUP ( ) : long
ReadUT ( ) : long
ReadUshort ( byte address ) : ushort
WriteByte ( byte address, byte data ) : void

메소드 상세

BarometricPressure_BMP180() 공개 메소드

public BarometricPressure_BMP180 ( ) : System
리턴 System

BarometricPressure_BMP180() 공개 메소드

public BarometricPressure_BMP180 ( int deviceAddress, I2cDriver driver ) : System
deviceAddress int
driver Raspberry.IO.InterIntegratedCircuit.I2cDriver
리턴 System

Initialization() 공개 메소드

public Initialization ( ) : void
리턴 void

Measure() 공개 메소드

public Measure ( ) : Measurement
리턴 Measurement

Read() 공개 메소드

public Read ( ) : string
리턴 string

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int