Skip to content

Commit f7a3dee

Browse files
committed
make serial monitor go-gettable
1 parent ac6bd01 commit f7a3dee

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@ You now have tinygo running on your Arduino!
3636

3737
```console
3838
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
3945
```
File renamed without changes.

serial_monitor/go.mod renamed to monitor/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module monitor
1+
module github.com/soypat/tinygo-arduino-examples/monitor
22

33
go 1.16
44

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)