diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 592c192..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -build/* -.idea diff --git a/README.md b/README.md index 893d956..1dec87a 100644 --- a/README.md +++ b/README.md @@ -10,32 +10,14 @@ This solution transpiles Golang into Arduino code, which can be compiled to an i Now I am able to use a fully automated testing approach instead of doing it 100% manually. **Important**: The Transpiler only supports a small subset of the [Golang Language Specification](https://golang.org/ref/spec). -Look at the tests in infrastructure/ino/worker_test.go for more information. ## Installation -First install necessary packages by using: - - make packages - -## Test and Build - -Now Build the transpiler executable by running: - - make - -## Install - -Copy the transpiler executable into your $GOPATH/bin directory. -Then copy the file which will be used as mapping Golang to Arduino-API: - - make install + go get -u github.com/andygeiss/esp32-transpiler ## Usage Usage of esp32-transpiler: - -mapping string - API Mapping file (default "/home/user/esp32/mapping.json") -source string Golang source file -target string