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

discontinued
Dart 1 only

Libraries for hardware radio stacks with Arduino, Dart, and FlighGear flight simulator.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ardknob

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

dependencies:
  ardknob: ^1.0.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:ardknob/ardproto.dart';
import 'package:ardknob/display.dart';
import 'package:ardknob/flightgear.dart';
import 'package:ardknob/pages.dart';
0
likes
25
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Libraries for hardware radio stacks with Arduino, Dart, and FlighGear flight simulator.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

logging, serial_port, xml

More

Packages that depend on ardknob