DigitalInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DigitalInput is a generic calss for digital input
public class DigitalInput
type DigitalInput = class
Public Class DigitalInput
- Inheritance
-
DigitalInput
- Derived
Constructors
DigitalInput(GrovePi, GrovePort) |
DigitalInput constructor |
Properties
Port |
grove sensor port |
SensorName |
Get the name Digital Input |
SupportedPorts |
Only Digital ports including the analog sensors (A0 = D14, A1 = D15, A2 = D16) |
Value |
Get the pin level, either high either low |
Methods
ToString() |
Returns the value as a string |