working on outputgpiointerface.cpp

This commit is contained in:
Jonas Zeunert
2018-11-23 01:24:07 +01:00
parent 86f5408263
commit 972f16b0f7
13 changed files with 70 additions and 14 deletions

View 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