1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 20:07:40 +02:00

spi: added go doc and updated readme

This commit is contained in:
kunalpowar 2014-05-22 12:10:14 +05:30
parent c28f7a2de9
commit 66b6aaf1a9
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// Package mcp3008 allows interfacing with the mcp3008 8-channel, 10-bit ADC through SPI protocol.
package mcp3008
import (