We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6bd01 commit f7a3deeCopy full SHA for f7a3dee
README.md
@@ -36,4 +36,10 @@ You now have tinygo running on your Arduino!
36
37
```console
38
tinygo flash -target=arduino -port=/dev/ttyUSB0 .
39
+```
40
+
41
+## Install the serial monitor
42
43
+```shell
44
+go get -u github.com/soypat/tinygo-arduino-examples/monitor
45
```
serial_monitor/README.md renamed to monitor/README.md
serial_monitor/go.mod renamed to monitor/go.mod
@@ -1,4 +1,4 @@
1
-module monitor
+module github.com/soypat/tinygo-arduino-examples/monitor
2
3
go 1.16
4
serial_monitor/go.sum renamed to monitor/go.sum
serial_monitor/monitor.go renamed to monitor/monitor.go
0 commit comments