Read Encoder

Hello,

I was wondering how I can communicate with this board (https://www.sparkfun.com/products/18886) using python? It does not look like there are any libraries for it and I am not sure how SPI works.

Thanks,

Nick

It looks like they have made C libraries available https://github.com/MikroElektronika/mik … er/example - you could convert them over to python, or access their forums and/or “libstock” to see if maybe there are python files made available somewhere https://cdn.sparkfun.com/assets/2/c/e/1 … _Click.pdf

SPI is a protocol https://learn.sparkfun.com/tutorials/se … erface-spi that helps chips talk to peripherals