Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.22 KB

File metadata and controls

45 lines (30 loc) · 1.22 KB

go.swapbox.cash/nd300 (ND-300KM Driver)

License

Driver to communicate and control a ND-300KM Note dispencer from ICT Corp. over Serial, written in Go.

⚠️ This library is in active development and not in a working state. ⚠️

This software is distributed as is, without warranty. The authors are not liable for any claim, damage, or financial loss related to the use of this library.

Installation

go get -u go.swapbox.cash/nd300

Development

Code Generation

For development purpose, install the following tools to be able to regenerate the code:

  • stringer: go install golang.org/x/tools/cmd/stringer@latest

Then run: go generate.

Tests

TODO 😞