doceme / py-spidev

MIT License
461 stars 203 forks source link

package extension #33

Closed luxedo closed 9 years ago

luxedo commented 9 years ago

I'm implementing a library for the MCP3008 A/D converter chip. It just implements the example communication protocol in the datasheet inheriting SpiDev. Is there interest in creating an extension folder for the package to add support for devices like these?

doceme commented 9 years ago

There are an endless number of chips that this library could potentially communicate with. I think that code would be best served in another repository. Feel free to create one and reference this one, or fork this one if you don't agree.

luxedo commented 9 years ago

Allright! thanks