mugo

command module
v0.0.0-...-ac0a6bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

README

µgo

Build Status

Sample on how to transpile a small subset of go to Arduino sketches using go/ast.

🍡  µ < blink/blink.go
void setup() {
  pinMode(13, OUTPUT);
}
void loop() {
  digitalWrite(13, HIGH);
  delay(1000);
  digitalWrite(13, LOW);
  delay(1000);
}

Disclaimer

This is not an official Google product.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
sketches
transpiler convert a subset of Go to Arduino C++ dialect.
transpiler convert a subset of Go to Arduino C++ dialect.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL