MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | List of all members
MbientLab.MetaWear.Sensor.Temperature.IExternalThermistor Interface Reference

Data producer representing an external thermistor More...

Inheritance diagram for MbientLab.MetaWear.Sensor.Temperature.IExternalThermistor:
MbientLab.MetaWear.Sensor.Temperature.ISensor MbientLab.MetaWear.IForcedDataProducer MbientLab.MetaWear.IDataProducer

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< IRouteAddRouteAsync (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...
 

Detailed Description

Data producer representing an external thermistor

Member Function Documentation

◆ Configure()

void MbientLab.MetaWear.Sensor.Temperature.IExternalThermistor.Configure ( byte  dataPin,
byte  pulldownPin,
bool  activeHigh 
)

Configures the settings for the thermistor

Parameters
dataPinGPIO pin that reads the data
pulldownPinGPIO pin the pulldown resistor is connected to
activeHighTrue if the pulldown pin is active high

The documentation for this interface was generated from the following file: