Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/advancedclimatesystems/io

Go drivers for pheripheral I/O on Linux.
https://github.com/advancedclimatesystems/io

i2c iio spi

Last synced: about 2 months ago
JSON representation

Go drivers for pheripheral I/O on Linux.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/AdvancedClimateSystems/io.svg?branch=master)](https://travis-ci.org/AdvancedClimateSystems/io)

# IO

Go packages for pheripheral I/O. It contains driver for the following IC's:

* SPI
* [Microchip][spi/microchip]
* MCP3004
* MCP3008
* MCP3204
* MCP3208
* I2C
* [Maximum Integrated][i2c/max]
* MAX5813
* MAX5814
* MAX5815
* [Microchip][i2c/microchip]
* MCP4725
* [Texas Instruments][i2c/ti]
* ADS1100
* ADS1110
* DAC5578
* DAC6578
* DAC7578
* GPIO
* [Acme Systems][gpio/acme]
* Aria G25

## License

IO is licensed under [Mozilla Public License][mpl] © 2017 [Advanced Climate
System][acs].

[acs]: http://advancedclimate.nl
[mpl]: LICENSE
[i2c/max]: https://godoc.org/github.com/AdvancedClimateSystems/io/i2c/max
[i2c/microchip]: https://godoc.org/github.com/AdvancedClimateSystems/io/i2c/microchip
[i2c/ti]: https://godoc.org/github.com/AdvancedClimateSystems/io/i2c/ti
[spi/microchip]: https://godoc.org/github.com/AdvancedClimateSystems/io/spi/microchip
[gpio/acme]: https://godoc.org/github.com/AdvancedClimateSystems/io/gpio/acme