Categorygithub.com/blues/note-go
module
1.8.0
Repository: https://github.com/blues/note-go.git
Documentation: pkg.go.dev

# README

Blues Wireless

The note-go Go library for communicating with Blues Wireless Notecard via serial or I²C.

This library allows you to control a Notecard by coding in Go. Your program may configure Notecard and send Notes to Notehub.io.

See also:

Installing

For all releases, we have compiled the notecard utility for different OS and architectures here. If you don't see your OS and architecture supported, please file an issue and we'll add it to new releases.

Dependencies

  • Install Go and the Go tools (here)

Compiling the notecard utility

If you want to build the latest, follow the directions below.

$ cd tools/notecard
$ go get -u .
$ go build .

# Packages

Package note errors.go contains programmatically-testable error strings.
No description provided by the author
No description provided by the author