Show / Hide Table of Contents
View Source

Enum MraaPlatform

MRAA supported platform types

Namespace:MraaSharp
Assembly:MraaSharp.dll
Syntax
public enum MraaPlatform

Fields

View Source

Banana

Allwinner A20 based Banana Pi and Banana Pro

Declaration
Banana = 7
Field Value
Type Description
MraaPlatform
View Source

Beaglebone

The different BeagleBone Black Modes B/C

Declaration
Beaglebone = 6
Field Value
Type Description
MraaPlatform
View Source

FtdiFt4222

FTDI FT4222 USB to i2c bridge

Declaration
FtdiFt4222 = 256
Field Value
Type Description
MraaPlatform
View Source

IntelCherryhills

The Intel Braswell Cherryhills

Declaration
IntelCherryhills = 11
Field Value
Type Description
MraaPlatform
View Source

IntelDe3815

The Intel DE3815 Baytrail NUC

Declaration
IntelDe3815 = 3
Field Value
Type Description
MraaPlatform
View Source

IntelEdisonFabC

The Intel Edison (FAB C)

Declaration
IntelEdisonFabC = 2
Field Value
Type Description
MraaPlatform
View Source

IntelGalileoGen1

The Generation 1 Galileo platform (RevD)

Declaration
IntelGalileoGen1 = 0
Field Value
Type Description
MraaPlatform
View Source

IntelGalileoGen2

The Generation 2 Galileo platform (RevG/H)

Declaration
IntelGalileoGen2 = 1
Field Value
Type Description
MraaPlatform
View Source

IntelMinnowboardMax

The Intel Minnow Board Max

Declaration
IntelMinnowboardMax = 4
Field Value
Type Description
MraaPlatform
View Source

IntelNuc5

The Intel 5th generations Broadwell NUCs

Declaration
IntelNuc5 = 8
Field Value
Type Description
MraaPlatform
View Source

IntelSofia3gr

The Intel SoFIA 3GR

Declaration
IntelSofia3gr = 10
Field Value
Type Description
MraaPlatform
View Source

Linaro96boards

Linaro 96boards

Declaration
Linaro96boards = 9
Field Value
Type Description
MraaPlatform
View Source

NullPlatform

Platform with no capabilities that hosts a sub platform

Declaration
NullPlatform = 98
Field Value
Type Description
MraaPlatform
View Source

RaspberryPi

The different Raspberry PI Models -like A,B,A+,B+

Declaration
RaspberryPi = 5
Field Value
Type Description
MraaPlatform
View Source

UnknownPlatform

An unknown platform type, typically will load INTEL_GALILEO_GEN1

Declaration
UnknownPlatform = 99
Field Value
Type Description
MraaPlatform
View Source

Up

The UP Board

Declaration
Up = 12
Field Value
Type Description
MraaPlatform
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX