From 1d7cc3166df9228f8ec91e100a4c66e66996d472 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 18 Apr 2025 01:32:19 +0200 Subject: add light sketch to componion --- components.puml | 10 ++++++++-- 1 file 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] -- cgit v1.2.3