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

outdated

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
0
pub points
10%
popularity

Publisher

verified publisherdarticulate.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, mraa

More

Packages that depend on grove