Characteristic | Locus |
---|---|
Namespace | Meadow.Peripherals.Sensors |
Assembly | Meadow.Contracts.dll |
Syntax
public interface ISensor<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Read()
Convenience method to get the current sensor reading
Declaration
Task<T> Read()
Returns
Type | Description |
---|---|
Task<T> |