C# Class napkin.systems.gadgeteer.cerb3.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
Chop ( string text, int max = 16 ) : string
Cycle ( ) : void
CycleDriver ( ) : void
InitializeModules ( ) : void
ProgramStarted ( ) : void
UpdateDisplay ( string line1, string line2 = "" ) : void
_bone3_ReadLine ( string line ) : void
barometer_MeasurementComplete ( Barometer sender, Barometer sensorData ) : 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