Skip to main content

Namespace Meadow.Foundation.Sensors

Classes

BaseSimulatedSensor<TUNIT>

A base class for simple simulated single-unit sensors

Potentiometer

Represents a potentiometer - a variable resistor that can be measured through an analog input. Implements both IPotentiometer and IDisposable interfaces.

SimulatedAccelerometer

Represents a simulated accelerometer

SimulatedAnalogInputPort

Represents a simulated analog input port

SimulatedBarometricPressureSensor

A simulated barometric pressure sensor for testing and development purposes.

SimulatedCurrentSensor

Represents a simulated current sensor

SimulatedDigitalOutputPort

A simulated digital output port that tracks and logs state changes.

SimulatedDigitalSignalAnalyzer

A simulated digital signal analyzer that can track and report a signal's frequency, duty cycle, and pulse count for testing purposes.

SimulatedHallEffectFlowSensor

A simulated hall-effect flow sensor that provides volumetric flow readings without requiring actual hardware.

SimulatedHumiditySensor

A simulated humidity sensor for testing and development purposes.

SimulatedLightSensor

Represents a simulated light sensor that implements both ILightSensor and ISimulatedSensor interfaces.

SimulatedMoistureSensor

A simulated moisture sensor for testing and development purposes.

SimulatedRangeFinder

Represents a simulated range finder.

SimulatedSamplingSensorBase<UNIT>

Represents the base logic for a simulated sample sensor

SimulatedSensorBase

Contains the base logic form simple simulated sensors

SimulatedTemperatureSensor

Represents a simulated temperature sensor that implements both ITemperatureSensor and ISimulatedSensor interfaces.