grove 4.0.1 copy "grove: ^4.0.1" to clipboard
grove: ^4.0.1 copied to clipboard

A Dart library package for interfacing to the Grove range of devices

grove #

Build Status

This package provides interface classes to the Grove series of devices comprising of sensors, actuators, display devices, communications and others. The package provides initialisation functionality and the ability to read sensor values both raw and conditioned, e.g. the light sensor supplies both raw values read from the device and a corresponding Lux value.

Grove builds on the mraa package to perform low level device communication and presents a logical device function oriented interface to the user.

Examples of usage for each of the supported devices can be found in the examples directory.

This package is intended to grow over time as devices are added, if any specific devices need to be supported please raise an issue and these will be considered in priority.

2
likes
140
pub points
0%
popularity

Publisher

verified publisherdarticulate.com

A Dart library package for interfacing to the Grove range of devices

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.darticulate.com

License

MIT (LICENSE)

Dependencies

collection, ffi, meta, mraa

More

Packages that depend on grove