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:
- note-c for C bindings
- note-python for Python bindings
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.
- Install Go and the Go tools (here)
If you want to build the latest, follow the directions below.
$ cd tools/notecard
$ go get -u .
$ go build .