googlesamples/mugo

Name: mugo

Owner: Google Samples

Description: Sample on how to transpile a small subset of go to Arduino sketches

Created: 2016-05-03 19:52:41.0

Updated: 2018-01-10 22:15:23.0

Pushed: 2016-07-10 22:34:44.0

Homepage:

Size: 26

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

µgo

Build Status

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

µ < blink/blink.go
 setup() {
nMode(13, OUTPUT);

 loop() {
gitalWrite(13, HIGH);
lay(1000);
gitalWrite(13, LOW);
lay(1000);

Disclaimer

This is not an official Google product.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.