Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/advancedclimatesystems/io
- Owner: AdvancedClimateSystems
- License: mpl-2.0
- Created: 2017-04-18T19:45:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T08:19:17.000Z (about 4 years ago)
- Last Synced: 2024-06-20T22:32:45.983Z (7 months ago)
- Topics: i2c, iio, spi
- Language: Go
- Size: 59.6 KB
- Stars: 20
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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