From 5920c8ce3f7426154e19e84965aa636e2c4e4be1 Mon Sep 17 00:00:00 2001 From: satboy78 Date: Tue, 12 Oct 2021 16:11:12 +0200 Subject: [PATCH] add andygeiss/esp32-transpiler transpiler from go to Arduino code. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 152e0ea1..f380dba3 100644 --- a/README.md +++ b/README.md @@ -986,6 +986,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for compiling Go to other languages.* * [c4go](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code. +* [esp32](https://github.com/andygeiss/esp32-transpiler) - Transpile Go into Arduino code. * [f4go](https://github.com/Konstantin8105/f4go) - Transpile FORTRAN 77 code to Go code. * [gopherjs](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. * [tardisgo](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler.