mraa 1.1.1 copy "mraa: ^1.1.1" to clipboard
mraa: ^1.1.1 copied to clipboard

outdated

A Dart FFI wrapper implementation of the Intel linux MRAA device library

mraa #

Build Status

An implementation of the Intel MRAA linux library for Dart.

This is a full implementation of MRAA allowing low level access to sensor devices on a range of supported linux based boards and development environments. This permits low level IOT device control and management directly from the Dart VM.

The implementation is an FFI wrapper around the target boards libmraa library, which can be set to the distro standard libmraa or any libmraa you wish to use yourself. Currently Version 2.0.0 of MRAA is supported.

The API itself is a complete implementation(see UNIMPLEMENTED.md for the few functions not implemented) and is structured as per the MRAA C API, e.g to access an analogue IO pin a call like this would be used :-

mraa.aio.read(0);

Other API functions for GPIO, I2C etc are accessed in a similar manner.

The examples directory contains some general usage examples. Examples of using mrra with real sensors can be found in the grove package.

Note that to access some devices, GPIO is an example here, you may need elevated permissions, this can be achieved by running Dart under sudo, running as root or adding your user to the appropriate device group.

7
likes
0
pub points
0%
popularity

Publisher

verified publisherdarticulate.com

A Dart FFI wrapper implementation of the Intel linux MRAA device library

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi

More

Packages that depend on mraa