C# Class X13.Periphery.TWIDriver.BH1750

Inheritance: TWICommon
Mostra file Open project: X13home/X13.Host

Public Methods

Method Description
BH1750 ( Topic pin ) : System
Poll ( byte &buf ) : bool
Recv ( byte buf ) : bool
Reset ( ) : void
VarChanged ( Topic snd, bool delete ) : bool

Method Details

BH1750() public method

public BH1750 ( Topic pin ) : System
pin Topic
return System

Poll() public method

public Poll ( byte &buf ) : bool
buf byte
return bool

Recv() public method

public Recv ( byte buf ) : bool
buf byte
return bool

Reset() public method

public Reset ( ) : void
return void

VarChanged() public method

public VarChanged ( Topic snd, bool delete ) : bool
snd Topic
delete bool
return bool