sparkfun / SparkFun_STUSB4500_Arduino_Library

Communicates with the STUSB4500 over I2C to easily add USB-C Power Delivery into your project.
https://www.sparkfun.com/
Other
15 stars 10 forks source link

Does this support PPS? #2

Closed jxltom closed 3 years ago

jxltom commented 3 years ago

Such as 5v-20v with 20mV increment

awende commented 3 years ago

Unfortunately, it does not support PPS. The STUSB4500 sends fixed PDO messages, and PPS is a separate message.

You can refer to this link which lists a few of the ST product offerings that support PPS

jxltom commented 3 years ago

@awende,thanks for the clarification!