working on outputgpiointerface.cpp
This commit is contained in:
13
FlippR-Driver/contrib/uml/OutputItem_SequenceDiagram.puml
Normal file
13
FlippR-Driver/contrib/uml/OutputItem_SequenceDiagram.puml
Normal file
@@ -0,0 +1,13 @@
|
||||
@startuml
|
||||
Sound -> GPIOInterface:activate()
|
||||
GPIOInterface --> GPIOInterface:setAddress()
|
||||
GPIOInterface --> GPIOInterface:setDataPin(1)
|
||||
GPIOInterface -> Sound:done
|
||||
Sound --> Sound:sleep_for()
|
||||
Sound -> GPIOInterface:deactivate()
|
||||
GPIOInterface --> GPIOInterface:setAddress()
|
||||
GPIOInterface --> GPIOInterface:setDataPin(0)
|
||||
GPIOInterface -> Sound:done
|
||||
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user