Add 18v for pinecil
This commit is contained in:
@@ -15,11 +15,12 @@ const uint16_t USB_PD_Desired_Levels[] = {
|
|||||||
// mV desired input, mA minimum required current
|
// mV desired input, mA minimum required current
|
||||||
// Tip is ~ 7.5 ohms
|
// Tip is ~ 7.5 ohms
|
||||||
20000, 2666, // 20V, 2.6A
|
20000, 2666, // 20V, 2.6A
|
||||||
|
18000, 2400, // 18V, 2.4A
|
||||||
15000, 2000, // 15V 2A
|
15000, 2000, // 15V 2A
|
||||||
12000, 1600, // 12V @ 1.6A
|
12000, 1600, // 12V @ 1.6A
|
||||||
9000, 1200, // 9V @ 1.2A
|
9000, 1200, // 9V @ 1.2A
|
||||||
5000, 100, // 5V @ whatever
|
5000, 100, // 5V @ whatever
|
||||||
|
|
||||||
};
|
};
|
||||||
const uint8_t USB_PD_Desired_Levels_Len = 5;
|
const uint8_t USB_PD_Desired_Levels_Len = 6;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user