rpi_i2c 0.4.0 copy "rpi_i2c: ^0.4.0" to clipboard
rpi_i2c: ^0.4.0 copied to clipboard

PlatformLinux

rpi_i2c is a Dart library for using I2C on the Raspberry Pi.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rpi_i2c

With Flutter:

 $ flutter pub add rpi_i2c

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rpi_i2c: ^0.4.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rpi_i2c/rpi_i2c.dart';
3
likes
120
pub points
0%
popularity

Publisher

verified publisherdanrubel.net

rpi_i2c is a Dart library for using I2C on the Raspberry Pi.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ffi, path

More

Packages that depend on rpi_i2c