ankitaggarwal011/PiScope

Support for more ADCs

Open

#8 aberto em 12 de ago. de 2016

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)Python (20 forks)github user discovery
enhancementhacktoberfesthelp wanted

Métricas do repositório

Stars
 (192 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Currently, only ADS1015 analog to digital converter is supported by this project. It would be beneficial to add support for more ADCs, for example MCP3008.

The interface protocol could be either of the supported protocols by Raspberry Pi, for example, I2C, SPI, etc. While the library is implemented in Python, it is possible to use interfaces implemented in C using CPython for better performance.

Any suggestions are welcome. Thanks!

Guia do colaborador