Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 677 Bytes

Go

gowebarduino

Web remote console for arduino

build

  • go get -d -v
  • go clean
  • go build

run

  • go run main.go

debug

  • go get -u github.com/go-delve/delve/cmd/dlv
  • dlv debug ./gowebarduino

calls

Command struct

*see great Arduino lib: https://github.com/thijse/Arduino-CmdMessenger

Arduino Sketch