graystone 0.2.1+1 copy "graystone: ^0.2.1+1" to clipboard
graystone: ^0.2.1+1 copied to clipboard

Dart 1 only

Robots with Dart

#Graystone

pub package Build Status

Inspired by cylon.js

The rise of Dart Bot !


import 'package:graystone/graystone.dart';
import 'package:graystone/graystone_firmata.dart';
import 'package:graystone/graystone_gpio.dart';

void main() {

	final firmataConn = new FirmataConnection();
	final led = new Led(firmataConn, 13);

	new Robot([firmataConn], [led])
			..behaviour = (() => led.strobe())
			..start();

}


0
likes
15
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Robots with Dart

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

firmata, gpio_commons

More

Packages that depend on graystone