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