Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charkster/husb238_i2c
Python driver for I2C control of HUSB238 to query and control usb-pd 2.0 wall adapters
https://github.com/charkster/husb238_i2c
husb238 i2c micropython python
Last synced: 10 days ago
JSON representation
Python driver for I2C control of HUSB238 to query and control usb-pd 2.0 wall adapters
- Host: GitHub
- URL: https://github.com/charkster/husb238_i2c
- Owner: charkster
- License: mit
- Created: 2024-07-08T01:10:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T18:03:48.000Z (4 months ago)
- Last Synced: 2024-10-11T22:22:07.065Z (about 1 month ago)
- Topics: husb238, i2c, micropython, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HUSB238_I2C
Python driver for I2C control of HUSB238 [Adafruit $6 board](https://www.adafruit.com/product/5807)![picture](https://cdn-shop.adafruit.com/970x728/5807-04.jpg)
Python driver for I2C interface, works on both Raspberry Pi and MicroPython. Pull-up resistors to 3.3V are needed for both SDA and SCL (not on the board) as well as a GND connection (never forget to share ground between HUSB238 and Raspberry Pi). I was hoping to use PPS, but HUSB238 does not support it. I use this for automated battery charger IC testing (using real world wall adapters).