MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Classes | Enumerations
MbientLab.MetaWear.Peripheral.Gpio Namespace Reference

Classes

interface  IAnalogDataProducer
 Data producer representing analog data from a gpio pin More...
 
interface  IPin
 Physical GPIO pin on the board More...
 
interface  IVirtualPin
 Abstract pin used for handling gpio reads with different parameters More...
 

Enumerations

enum  PinChangeType { PinChangeType.Rising, PinChangeType.Falling, PinChangeType.Any }
 Pin change types More...
 
enum  PullMode { Up, Down, None }
 Input pin configuration types More...
 

Enumeration Type Documentation

◆ PinChangeType

Pin change types

Enumerator
Rising 

Notify on the rising edge during a change

Falling 

Notify on the falling edge during a change

Any 

Notify on any edge during a change

◆ PullMode

Input pin configuration types