Platforms to show: All Mac Windows Linux Cross-Platform

The module WiringPiMBS   Deprecated

module WiringPiMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
module WiringPi MBS Linux Plugin 15.3 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
This item is deprecated and should no longer be used.
The module to work with wiring pi library.

Deprecated as underlaying C library is deprecated.

Constants

Constant Value Description
kHIGH 1 The constant for high value.
kLOW 0 The constant for low value.

Pin Modes

Constant Value Description
kGPIO_CLOCK 3 GPIO Clock
kINPUT 0 Input
kOUTPUT 1 Output
kPWM_OUTPUT 2 PWM Output
kPWM_TONE_OUTPUT 6 Tone Output
kSOFT_PWM_OUTPUT 4 PWM Output
kSOFT_TONE_OUTPUT 5 Tone Output

Interrupt Levels

Constant Value Description
kINT_EDGE_BOTH 3 Both
kINT_EDGE_FALLING 1 Failing
kINT_EDGE_RISING 2 Rising
kINT_EDGE_SETUP 0 Setup

Makers

Constant Value Description
kPI_MAKER_EGOMAN 1 Egoman
kPI_MAKER_MBEST 4 MBest
kPI_MAKER_QISDA 3 QISDA
kPI_MAKER_SONY 2 Sony
kPI_MAKER_UNKNOWN 0 Unknown

Models

Constant Value Description
kPI_MODEL_2 6 Model 2
kPI_MODEL_A 1 Model A
kPI_MODEL_AP 5 Model AP
kPI_MODEL_B 2 Model B
kPI_MODEL_BP 3 Model BP
kPI_MODEL_CM 4 Model CM
kPI_MODEL_UNKNOWN 0 unknown

Versions

Constant Value Description
kPI_VERSION_1 1 Version 1
kPI_VERSION_1_1 2 Version 1.1
kPI_VERSION_1_2 3 Version 1.2
kPI_VERSION_2 4 Version 2
kPI_VERSION_UNKNOWN 0 Unknown version

Pull Up/Down

Constant Value Description
kPUD_DOWN 1 pull to ground
kPUD_OFF 0 no pull up/down
kPUD_UP 2 pull to 3.3v

PWM Modes

Constant Value Description
kPWM_MODE_BAL 1 Balanced
kPWM_MODE_MS 0 Mark:Space

Some examples which use this module:

Blog Entries

Release notes

  • Version 19.2
    • Fixed issue with piModelNames, piRevisionNames, piMakerNames in WiringPiMBS module.

The items on this page are in the following plugins: MBS Linux Plugin.


The biggest plugin in space...