C# Class Yodiwo.Projects.GrovePi.Helper

Mostra file Open project: yodiwo/plegma

Public Properties

Property Type Description
ButtonSensorThing Thing
BuzzerThing Thing
GPIOs GPIO>.Dictionary
HTSensorThing Thing
LCDThing Thing
LightSensorThing Thing
Lookup GrovePiSensor>.Dictionary
RelaySensorThing Thing
RgbLedThing Thing
RotaryAngleSensorThing Thing
SoundSensorThing Thing
Things ListTS
UltrasonicSensorThing Thing
node Yodiwo.NodeLibrary.Node

Public Methods

Method Description
CommitConfig ( ) : void
CreateThings ( Transport trans, Node node ) : void

Private Methods

Method Description
OnGetContinuousDatacb ( GrovePiSensor sensor, object data ) : void
ReadConfig ( ) : ThingConfig>.Dictionary
WriteConfig ( ) : bool

Method Details

CommitConfig() public static method

public static CommitConfig ( ) : void
return void

CreateThings() public static method

public static CreateThings ( Transport trans, Node node ) : void
trans Transport
node Node
return void

Property Details

ButtonSensorThing public_oe static_oe property

public static Thing ButtonSensorThing
return Thing

BuzzerThing public_oe static_oe property

public static Thing BuzzerThing
return Thing

GPIOs public_oe static_oe property

public static Dictionary GPIOs
return GPIO>.Dictionary

HTSensorThing public_oe static_oe property

public static Thing HTSensorThing
return Thing

LCDThing public_oe static_oe property

public static Thing LCDThing
return Thing

LightSensorThing public_oe static_oe property

public static Thing LightSensorThing
return Thing

Lookup public_oe static_oe property

public static Dictionary Lookup
return GrovePiSensor>.Dictionary

RelaySensorThing public_oe static_oe property

public static Thing RelaySensorThing
return Thing

RgbLedThing public_oe static_oe property

public static Thing RgbLedThing
return Thing

RotaryAngleSensorThing public_oe static_oe property

public static Thing RotaryAngleSensorThing
return Thing

SoundSensorThing public_oe static_oe property

public static Thing SoundSensorThing
return Thing

Things public_oe static_oe property

public static ListTS Things
return ListTS

UltrasonicSensorThing public_oe static_oe property

public static Thing UltrasonicSensorThing
return Thing

node public_oe static_oe property

public static Node,Yodiwo.NodeLibrary node
return Yodiwo.NodeLibrary.Node