Show / Hide Table of Contents

Namespace MraaSharp

Classes

Gpio

Gpio is the General Purpose IO interface to libmraa. Its features depend on the board type used, it can use gpiolibs (exported via a kernel module through sysfs), or memory mapped IO via a /dev/uio device or /dev/mem depending again on the board configuration.

Mraa

API to common functions of MRAA.

MraaException

MraaIntelEdison

MraaIntelEdisonMiniboard

Intel edison miniboard numbering enum

MraaRaspberryWiring

Raspberry PI Wiring compatible numbering enum

Pwm

PWM is the Pulse Width Modulation interface to libmraa. It allows the generation of a signal on a pin. Some boards may have higher or lower levels of resolution so make sure you check the board & pin you are using before hand.

Uart

Enums

MraaGpioDir

Gpio Direction options

MraaGpioEdge

Gpio Edge types for interupts

MraaGpioMode

Gpio Output modes

MraaGpioValue

MraaI2cMode

Enum reprensenting different i2c speeds/modes

MraaPinModes

Enum representing different possible modes for a pin.

MraaPlatform

MRAA supported platform types

MraaPlatformOffset

MraaPlatformOffsetU8

MraaResult

MRAA return codes

MraaUartParity

Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX