ev3lib

module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2024 License: MIT

README

ev3lib

Installation

go get github.com/Alanlu217/ev3lib/ev3lib
go get github.com/Alanlu217/ev3lib/ev3lib/ev3
go get github.com/Alanlu217/ev3lib/ev3lib/testUtils # If doing simulations

Docs

Building Instructions

For EV3

To build for ev3, set the environment flags GOOS to linux, GOARCH to arm and GOARM to 5.

e.g.

GOOS=linux GOARCH=arm GOARM=5 go build -o main .
For Testing

To build as a test, run with the tag ev3test

e.g.

go run -tags ev3test .

Directories

Path Synopsis
ev3
tests
buttonTest command
lcdTest command
testConfig/ev3 command
testConfig/test command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL