rpi_serial 0.1.0 copy "rpi_serial: ^0.1.0" to clipboard
rpi_serial: ^0.1.0 copied to clipboard

rpi_serial is a Dart package for using serial communication on the Raspberry Pi.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rpi_serial

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

dependencies:
  rpi_serial: ^0.1.0

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_serial/rpi_serial.dart';
4
likes
35
pub points
10%
popularity

Publisher

unverified uploader

rpi_serial is a Dart package for using serial communication on the Raspberry Pi.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

path

More

Packages that depend on rpi_serial