aboutsummaryrefslogtreecommitdiff
path: root/components.puml
blob: a322574a30724c2cf200c016ac140c2af98a4f82 (plain)
  1. @startuml
  2. interface light
  3. interface Bluetooth
  4. package "light (P5.js)" {
  5. [Button] - [Daylight or moonlight]
  6. [Daylight or moonlight] -down- light
  7. }
  8. package "sensor (Arduino)" {
  9. light -down- [Read]
  10. [Read] - [Normalize]
  11. [Normalize] -down- Bluetooth
  12. }
  13. package "vote (Arduino)" {
  14. Bluetooth -down- [Collect]
  15. [Collect] - [Align]
  16. [Align] - [Qualify]
  17. [Qualify] - [Conclude]
  18. }
  19. @enduml