Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.43 KB

examples.rst

File metadata and controls

56 lines (37 loc) · 1.43 KB

Simple test

Ensure your device works with this simple test.

../examples/mcp230xx_simpletest.py

MCP23Sxx Simple test

Simple demo of reading and writing the digital I/O of the MCP2300xx as if they were native CircuitPython digital inputs/outputs.

../examples/mcp23Sxx_simpletest.py

MCP230xx Event detect interrupt

Example showing the event detect interrupt feature

../examples/mcp230xx_event_detect_interrupt.py

MCP23Sxx Event detect interrupt

Example showing the event detect interrupt feature

../examples/mcp23Sxx_event_detect_interrupt.py

MCP230xx LEDs and Buttons

LEDs and buttons example for the MCP230xx

../examples/mcp230xx_leds_and_buttons.py

MCP23Sxx LEDs and Buttons

LEDs and buttons example for the MCP23Sxx

../examples/mcp230xx_leds_and_buttons_irq.py