|
MetaWear C# SDK
1.0.0
C# API for MbientLab's sensor platform
|
Data producer representing an external thermistor More...
Public Member Functions | |
| void | Configure (byte dataPin, byte pulldownPin, bool activeHigh) |
| Configures the settings for the thermistor More... | |
Public Member Functions inherited from MbientLab.MetaWear.IForcedDataProducer | |
| void | Read () |
| Sends a read command to the producer More... | |
Public Member Functions inherited from MbientLab.MetaWear.IDataProducer | |
| Task< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
| Adds a data route to the producer More... | |
Additional Inherited Members | |
Properties inherited from MbientLab.MetaWear.Sensor.Temperature.ISensor | |
| SensorType | Type [get] |
| Type of temperature sensor this objec represents More... | |
Data producer representing an external thermistor
| void MbientLab.MetaWear.Sensor.Temperature.IExternalThermistor.Configure | ( | byte | dataPin, |
| byte | pulldownPin, | ||
| bool | activeHigh | ||
| ) |
Configures the settings for the thermistor
| dataPin | GPIO pin that reads the data |
| pulldownPin | GPIO pin the pulldown resistor is connected to |
| activeHigh | True if the pulldown pin is active high |
1.8.14