dartphidget 0.0.6 copy "dartphidget: ^0.0.6" to clipboard
dartphidget: ^0.0.6 copied to clipboard

A Dart library for Phidgets

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartphidget

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

dependencies:
  dartphidget: ^0.0.6

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:dartphidget/api.dart';
import 'package:dartphidget/devices/digital_input.dart';
import 'package:dartphidget/devices/digital_output.dart';
import 'package:dartphidget/devices/distancesensor.dart';
import 'package:dartphidget/devices/encoder.dart';
import 'package:dartphidget/devices/phidget.dart';
import 'package:dartphidget/devices/phidget_event.dart';
import 'package:dartphidget/devices/stepper.dart';
import 'package:dartphidget/devices/voltage_input.dart';
import 'package:dartphidget/devices/voltage_output.dart';
import 'package:dartphidget/exception/phidget_error_code.dart';
import 'package:dartphidget/exception/phidgetexception.dart';
1
likes
0
points
47
downloads

Publisher

verified publishershredbox.com

Weekly Downloads

A Dart library for Phidgets

Homepage

License

unknown (license)

Dependencies

ffi, logger

More

Packages that depend on dartphidget