C# 클래스 Plugins.pH

pH input data using the pH kit from Atlast Scientific http://atlas-scientific.com/product_pages/kits/ph-kit.html The pH stamp provides simple UART based serial communication for data. It also provides temperature compensation, so the pH plugin has both an Input Callback and and Output Callback, to allow the temperature input plugin to update the pH plugin.
상속: Controller.InputPlugin
파일 보기 프로젝트 열기: h07r0d/Netduino-Aquarium-Controller

공개 메소드들

메소드 설명
Dispose ( ) : void
EventHandler ( object _sender, IPluginData _data ) : void

Records the last temperature reading from the Temperature Plugin

TimerCallback ( object state ) : void
pH ( ) : System
pH ( object _config ) : System

비공개 메소드들

메소드 설명
CalculatePH ( ) : float

Takes reading from Atlas Scientific pH Stamp

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EventHandler() 공개 메소드

Records the last temperature reading from the Temperature Plugin
public EventHandler ( object _sender, IPluginData _data ) : void
_sender object Object that raised the callback
_data IPluginData Last reading
리턴 void

TimerCallback() 공개 메소드

public TimerCallback ( object state ) : void
state object
리턴 void

pH() 공개 메소드

public pH ( ) : System
리턴 System

pH() 공개 메소드

public pH ( object _config ) : System
_config object
리턴 System