rpi_i2c 0.3.1 rpi_i2c: ^0.3.1 copied to clipboard
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
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
rpi_i2c: ^0.3.1
Alternatively, your editor might support dart 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';