ankitaggarwal011/PiScope

Support for more ADCs

Open

#8 ouverte le 12 août 2016

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)Python (20 forks)github user discovery
enhancementhacktoberfesthelp wanted

Métriques du dépôt

Stars
 (192 stars)
Métriques de merge PR
 (Métriques PR en attente)

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!

Guide contributeur