Skip to content

Commit 775097c

Browse files
committed
Factored out reset/1200bps-touch subroutines and executils
Reusing the implementation available in arduino-cli
1 parent 9500a01 commit 775097c

File tree

5 files changed

+369
-334
lines changed

5 files changed

+369
-334
lines changed

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ go 1.14
55
// branch with support for serial timeouts
66
replace go.bug.st/serial => github.com/cmaglie/go-serial v0.0.0-20200923162623-b214c147e37e
77

8-
require go.bug.st/serial v1.1.1
8+
require (
9+
github.com/arduino/arduino-cli v0.0.0-20200924151007-69ac12c98b2b
10+
github.com/pkg/errors v0.9.1
11+
go.bug.st/serial v1.1.1
12+
)

0 commit comments

Comments
 (0)