Skip to content

A Python3 library for the Microchip MS3425 single channel ADC

License

Notifications You must be signed in to change notification settings

MantisSub/python-mcp3425

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP3425

Introduction

This is a Python3 library for the MCP3425 Analog to Digital Converter. The MCP3425 is a 1-Channel Analog to Digital Converter with I2C interface and 16 bit resolution https://www.microchip.com/wwwproducts/en/MCP3425

Requirements

Download and install smbus2 library. Steps to install smbus are provided at: https://pypi.org/project/smbus2/

pip3 install smbus2

Installation

MCP3425 is pure Python 3 code and requires no compilation. Installation is easy:

python3 setup.py install

About

A Python3 library for the Microchip MS3425 single channel ADC

Resources

License

Stars

Watchers

Forks

Packages

No packages published