Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
427 changes: 427 additions & 0 deletions cmd/hilapp/gotobuf/lvcontroller.pb.go

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions cmd/iocheckout/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (

"github.com/macformula/hil/iocontrol"
"github.com/macformula/hil/iocontrol/raspi"
// "github.com/macformula/hil/iocontrol/sil"
"github.com/macformula/hil/iocontrol/speedgoat"
"github.com/macformula/hil/macformula"
"github.com/macformula/hil/macformula/pinout"
Expand Down Expand Up @@ -67,8 +66,8 @@ func main() {
}

// if *useSil {
// s := sil.NewController(_silPort, logger)
// ioControlOpts = append(ioControlOpts, iocontrol.WithSil(s))
// //s := sil.NewController(_silPort, logger)
// //ioControlOpts = append(ioControlOpts, iocontrol.WithSil(s))
// }

ioControl := iocontrol.NewIOControl(logger, ioControlOpts...)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/ethereum/go-ethereum v1.13.5
github.com/fatih/color v1.15.0
github.com/google/uuid v1.3.1
github.com/justincpresley/go-cobs v1.6.0
github.com/manifoldco/promptui v0.9.0
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ github.com/holiman/uint256 v1.2.3 h1:K8UWO1HUJpRMXBxbmaY1Y8IAMZC/RsKB+ArEnnK4l5o
github.com/holiman/uint256 v1.2.3/go.mod h1:SC8Ryt4n+UBbPbIBKaG9zbbDlp4jOru9xFZmPzLUTxw=
github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=
github.com/jonboulle/clockwork v0.4.0/go.mod h1:xgRqUGwRcjKCO1vbZUEtSLrqKoPSsUpK7fnezOII0kc=
github.com/justincpresley/go-cobs v1.6.0 h1:b2EY8dq+OV6T6Xooh5eSWbAbLPCNG+IS0V99nd7Yfk0=
github.com/justincpresley/go-cobs v1.6.0/go.mod h1:ZOlkaf500pIluUaBrpNxTOI6+cxwsH718/GVlEXQVv8=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
Expand Down
Loading