Skip to main content

A CircuitPython library for working with the MCP2515 CAN bus controller

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

A CircuitPython library for working with the MCP2515 CAN bus controller

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-mcp2515

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-mcp2515

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-mcp2515

Usage Example

import board
import busio
import digitalio
import adafruit_mcp2515

CS_PIN = 5
cs = digitalio.DigitalInOut(board.D5)
cs.direction = digitalio.Direction.OUTPUT
spi = busio.SPI(board.SCK, board.MOSI, board.MISO)
mcp = adafruit_mcp2515.MCP2515(spi, cs)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adafruit-circuitpython-mcp2515-1.1.1.tar.gz (38.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file adafruit-circuitpython-mcp2515-1.1.1.tar.gz.

File metadata

File hashes

Hashes for adafruit-circuitpython-mcp2515-1.1.1.tar.gz
Algorithm Hash digest
SHA256 121d34d93b782ac87cc5a806d8b2ddbbb85ddcf56ed3a2a247ce1b4eceb2562b
MD5 df78cc4aa49956bc4b41ded0eedf3319
BLAKE2b-256 d82b3cdc0a36fa4e1b76d13f8ef31778eddbd11b58bfe69c788fced4bb154ebd

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_mcp2515-1.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_mcp2515-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8bd76e263352c0c119379ec89852a1f993c71180ba88501e06e47185483e0335
MD5 199ee4fe0d5542774467390407079c5b
BLAKE2b-256 8e85b359b7091ea7536608b8c25ce6772bf353b0affaac8b95ee82ac5fdf567c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page