graystone 0.1.0 copy "graystone: ^0.1.0" to clipboard
graystone: ^0.1.0 copied to clipboard

outdatedDart 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
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Robots with Dart

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firmata, gpio_commons

More

Packages that depend on graystone