firmata 0.3.1 copy "firmata: ^0.3.1" to clipboard
firmata: ^0.3.1 copied to clipboard

Dart 1 only

Dart Implementation of Firmata

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firmata

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

dependencies:
  firmata: ^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:firmata/firmata.dart';
1
likes
15
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Implementation of Firmata

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

chrome, gpio_commons, serial_port

More

Packages that depend on firmata