mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-25 22:40:26 -05:00
Change which allow to handle large return from at commands both via UART and DLC-Commands
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
@startuml
|
|
|
|
abstract class BaseChannel
|
|
|
|
BaseChannel <|-- Channel
|
|
|
|
Channel ..> ATStream: Channel use ATStream
|
|
|
|
Channel <|-- DLC_channel
|
|
Channel <|-- ATParser
|
|
|
|
@enduml |