~aleteoryx/muditaos

ref: d066f87772f0c8878714153022cae8d479d678a2 muditaos/module-services/service-evtmgr/doc/USB_current_selection.puml -rw-r--r-- 270 bytes
d066f877 — Wojtek Rzepecki [EGD-6431] Add battery charging temperature ranges 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@startuml
(*) -> [initialization] "Limit 500mA"

"USB plugged" -> "USB type recognition"
If "Detected USB type" then
    ---> [SDP] "Limit 500mA"
    else
    -> [CDP] "Limit 1000mA"
    else
    --> [DCP] "Limit 1000mA"
Endif

"USB unplugged" --> "Limit 500mA"
@enduml