manuelbl/usb-pd-arduino

USB PD Source

Opened this issue · 1 comments

Can this library be used to transfer power bidirectionally? For example, a power bank with one USB port as an input (for charging) and an output (to charge).

The library currently implements USB PD monitoring and USB PD power sink mode. It does not yet support power source mode and role-swapping. (I'm not sure if the latter is required in your case.)

I'm happy to accept contributions if you want to write the additional code for power sinks.