Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kcl93/fusb302_arduino
Arduino library for the FUSB302 USB power delivery controller IC
https://github.com/kcl93/fusb302_arduino
Last synced: 5 days ago
JSON representation
Arduino library for the FUSB302 USB power delivery controller IC
- Host: GitHub
- URL: https://github.com/kcl93/fusb302_arduino
- Owner: kcl93
- License: mit
- Created: 2023-05-11T19:17:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T18:13:36.000Z (4 months ago)
- Last Synced: 2024-10-18T12:56:56.109Z (4 months ago)
- Language: C++
- Size: 237 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FUSB302 PD UFP sink
Arduino library for the FUSB302 USB power delivery controller IC.
This library is based on the excellent work of Ryan Ma in his PD_Micro repository: https://github.com/ryan-ma/PD_Micro/tree/master
Only operation as UFP sink is supported. USB power delivery 3.0 including PPS is supported.
This library requires ~7kB of flash and ~310Bytes of SRAM on an AVR based board.