aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components.puml10
1 files changed, 8 insertions, 2 deletions
diff --git a/components.puml b/components.puml
index dd09477..a322574 100644
--- a/components.puml
+++ b/components.puml
@@ -1,10 +1,16 @@
@startuml
+interface light
interface Bluetooth
-package Sensor {
+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 {
+package "vote (Arduino)" {
Bluetooth -down- [Collect]
[Collect] - [Align]
[Align] - [Qualify]