blob: a322574a30724c2cf200c016ac140c2af98a4f82 (
plain)
- @startuml
- interface light
- interface Bluetooth
- package "light (P5.js)" {
- [Button] - [Daylight or moonlight]
- [Daylight or moonlight] -down- light
- }
- package "sensor (Arduino)" {
- light -down- [Read]
- [Read] - [Normalize]
- [Normalize] -down- Bluetooth
- }
- package "vote (Arduino)" {
- Bluetooth -down- [Collect]
- [Collect] - [Align]
- [Align] - [Qualify]
- [Qualify] - [Conclude]
- }
- @enduml
|