Skip to content

Python module for the GPIO expander MCP23S17 on the Raspberry Pi.

License

Notifications You must be signed in to change notification settings

jebentancour/Pi_MCP23S17

Repository files navigation

Pi_MCP23S17

This library is based on RPi-MCP23S17.

This library did not work for me, so I made some changes and created my own version.

Requirements:

sudo apt-get install python-dev python-pip
sudo pip install RPi.GPIO
sudo pip install spidev

To use it (it must be in the same directory):

from Pi_MCP23S17 import MCP23S17

About

Python module for the GPIO expander MCP23S17 on the Raspberry Pi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages