C# Class napkin.systems.gadgeteer.cerb1_rock1.Program

ファイルを表示 Open project: cjdaly/napkin

Public Properties

Property Type Description
DeviceId string

Public Methods

Method Description
Main ( ) : void

This method runs automatically when the device is powered, and calls ProgramStarted.

Private Methods

Method Description
Cycle ( ) : void
CycleDriver ( ) : void
InitializeModules ( ) : void
ProgramStarted ( ) : void
_rock1_ReadLine ( string line ) : void
barometer_MeasurementComplete ( Barometer sender, Barometer sensorData ) : void
button_ButtonPressed ( Button sender, Button state ) : void
button_ButtonReleased ( Button sender, Button state ) : void
temperatureHumidity_MeasurementComplete ( TemperatureHumidity sender, double temperature, double relativeHumidity ) : void

Method Details

Main() public static method

This method runs automatically when the device is powered, and calls ProgramStarted.
public static Main ( ) : void
return void

Property Details

DeviceId public_oe property

public string DeviceId
return string