C# Class ClasseUmid_Irrig.Umid

Show file Open project: gamondue/GrowBox-5F-16 Class Usage Examples

Public Methods

Method Description
MethodAlternateOnOff ( ) : void

metodo che tiene acceso e spento alternativamente per t tempo.

MethodOnFor ( int t ) : void

tiene acceso per t tempo.

MethodStatus ( bool status ) : void
MethodToggle ( ) : void

metodo che inverte lo stato.

Umid ( Cpu pin ) : System

Method Details

MethodAlternateOnOff() public method

metodo che tiene acceso e spento alternativamente per t tempo.
public MethodAlternateOnOff ( ) : void
return void

MethodOnFor() public method

tiene acceso per t tempo.
public MethodOnFor ( int t ) : void
t int
return void

MethodStatus() public method

public MethodStatus ( bool status ) : void
status bool
return void

MethodToggle() public method

metodo che inverte lo stato.
public MethodToggle ( ) : void
return void

Umid() public method

public Umid ( Cpu pin ) : System
pin Microsoft.SPOT.Hardware.Cpu
return System