프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DEFAULTADDRESS | Byte | ||
DEFAULTCLOCK_PIN | Cpu.Pin | ||
DEFAULTIODATA_PIN | Cpu.Pin |
메소드 | 설명 | |
---|---|---|
WeatherShield1 ( ) : System | ||
WeatherShield1 ( |
||
averageValuesReady ( ) : bool | ||
echo ( Byte parameter ) : Byte | ||
readAveragedValue ( units unitType ) : float | ||
readRawValue ( units unitType, sample sampleNum ) : short | ||
resetConnection ( ) : void | ||
setBoardAddress ( Byte newAddress ) : void | ||
setSampleTime ( Byte seconds ) : void |
메소드 | 설명 | |
---|---|---|
decodeFloatValue ( ) : float | ||
decodeShortValue ( ) : short | ||
pulseClockPin ( ) : void | ||
readAnswer ( commands command ) : bool | ||
readByte ( ) : Byte | ||
sendByte ( Byte ucData ) : void | ||
sendCommand ( commands command, Byte parameter ) : void |
public WeatherShield1 ( |
||
clockPin | ||
dataPin | ||
deviceAddress | Byte | |
리턴 | System |
public readAveragedValue ( units unitType ) : float | ||
unitType | units | |
리턴 | float |
public readRawValue ( units unitType, sample sampleNum ) : short | ||
unitType | units | |
sampleNum | sample | |
리턴 | short |