config

package
v0.0.0-...-3ae5117 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Device:    "/dev/ttyACM0",
	Baud:      38400,
	Delimiter: "\n",
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Device    string   `config:"device"`
	Baud      int      `config:"baud"`
	Delimiter string   `config:"delimiter"`
	Init      []string `config:"init"`
}

Jump to

Keyboard shortcuts

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