Registry / other / mraa
library2.0.0javamavenunverified

Low-level I/O library for communication on GNU/Linux platforms, supporting GPIO, I2C, SPI, and UART.

<dependency> <groupId>io.mraa</groupId> <artifactId>mraa</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · MRAA
M
mraa
otherjavav2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gpio
io.mraa.Gpio

Sets GPIO pin 13 to high output.

import io.mraa.Gpio; Gpio pin = new Gpio(13); pin.write(Gpio.DIR_OUT, Gpio.HIGH);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mraa — mvn dependency:get mraa · libregistry