Skip to content

wlanboy/gowebarduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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