Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pcal6524 IO Expander

I2C python interface for PCAL6524 IO Expander https://www.nxp.com/docs/en/data-sheet/PCAL6524.pdf

Build Status Coverage Status PyPi Package Python Versions

Installing

Stable library from PyPi:

  • Just run python3 -m pip install pcal6524

Latest/development library from GitHub:

  • git clone https://github.com/rchavira/pcal6524-python
  • cd pcal6524-python
  • sudo ./install.sh --unstable

Changelog

0.0.1

  • Initial Release