Classes
Class | Description | |
---|---|---|
AnalogInputChangedEventArgs |
AnalogInputChangedEventArgs objects hold data that the PHCC motherboard
provides whenever an analog input
value has changed. The AnalogInputChanged event
provides AnalogInputChangedEventArgs event-args
objects during the raising of each event.
| |
Device |
The Device class provides methods for
communicating with the PHCC motherboard and
any attached peripherals, via RS232.
The PHCC USB interface also appears to Windows as
a standard RS232 COM port.
| |
DigitalInputChangedEventArgs |
DigitalInputChangedEventArgs objects hold data that the PHCC motherboard provides whenever a digital
input value changes.
The DigitalInputChanged event
provides DigitalInputChangedEventArgs event-args
objects during the raising of each event.
| |
I2CDataReceivedEventArgs |
I2CDataReceivedEventArgs objects hold I2C data
that is received when the PHCC motherboard signals that new
I2C data has arrived. This data is provided by the
I2CDataReceived event.
|
Interfaces
Interface | Description | |
---|---|---|
PhccEvents |
COM Event Source Interface
|
Delegates
Delegate | Description | |
---|---|---|
AnalogInputChangedEventHandler |
Event handler delegate for the AnalogInputChanged event.
| |
DigitalInputChangedEventHandler |
Event handler delegate for the DigitalInputChanged event.
| |
I2CDataReceivedEventHandler |
Event handler delegate for the I2CDataReceived event.
|
Enumerations
Enumeration | Description | |
---|---|---|
LcdDataModes |
Enumeration of LCD data modes.
| |
MotorDirections |
Enumeration of stepper motor directions.
| |
MotorStepTypes |
Enumeration of possible stepper motor step types.
| |
SevenSegmentBits |