C# Class Yodiwo.Projects.GrovePi.Helper

Show 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 static property

public static Thing ButtonSensorThing
return Thing

BuzzerThing public static property

public static Thing BuzzerThing
return Thing

GPIOs public static property

public static Dictionary GPIOs
return GPIO>.Dictionary

HTSensorThing public static property

public static Thing HTSensorThing
return Thing

LCDThing public static property

public static Thing LCDThing
return Thing

LightSensorThing public static property

public static Thing LightSensorThing
return Thing

Lookup public static property

public static Dictionary Lookup
return GrovePiSensor>.Dictionary

RelaySensorThing public static property

public static Thing RelaySensorThing
return Thing

RgbLedThing public static property

public static Thing RgbLedThing
return Thing

RotaryAngleSensorThing public static property

public static Thing RotaryAngleSensorThing
return Thing

SoundSensorThing public static property

public static Thing SoundSensorThing
return Thing

Things public static property

public static ListTS Things
return ListTS

UltrasonicSensorThing public static property

public static Thing UltrasonicSensorThing
return Thing

node public static property

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