.. | ||
.gohci.yml | ||
d2xx_darwin_amd64.go | ||
d2xx_linux_amd64.go | ||
d2xx_linux_arm.go | ||
d2xx_posix_no_cgo.go | ||
d2xx_posix_other.go | ||
d2xx_posix.go | ||
d2xx_windows.go | ||
d2xx.go | ||
doc.go | ||
eeprom.go | ||
LICENSE | ||
README.md | ||
test.sh |
d2xx
Package d2xx is a thin Go wrapper for the Future Technology "D2XX" driver at https://ftdichip.com/drivers/d2xx-drivers/.
See https://periph.io/device/ftdi/ for more details, and how to configure the host to be able to use this driver.
This package is not Go idiomatic. You will want to use https://periph.io/x/host/v3/ftdi (or later) instead.
But if you really want, here it goes:
This Go package includes third party software. See third_party/README.md.