kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

convertor: MCP3208 support (new driver) #86

Open analogic opened 7 years ago

analogic commented 7 years ago

Copy of mcp3008 with necessary changes derived from https://github.com/kidoman/embd/pull/47 to make MCP3208 work. Creating new driver instead of changing API of different model (like pull 47) seems to be better choice.