Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.08 KB

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 .