Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bill88t/circuitpython_mcp41x1
A basic driver for using MCP41x1 with CircuitPython
https://github.com/bill88t/circuitpython_mcp41x1
Last synced: 3 days ago
JSON representation
A basic driver for using MCP41x1 with CircuitPython
- Host: GitHub
- URL: https://github.com/bill88t/circuitpython_mcp41x1
- Owner: bill88t
- License: mit
- Created: 2023-08-13T01:04:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T01:12:03.000Z (over 1 year ago)
- Last Synced: 2024-11-08T12:44:58.465Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCP41x1
A very basic driver.
Use it like:pot = mcp41x1(clk=board.D9, miso=board.D6, mosi=board.D5, cs=board.D10, wiper=0)
I am in need of sleep.