docs: shematics #12

Merged
Clement merged 2 commits from docs/shematics into develop 2023-11-10 15:42:01 +00:00
Showing only changes of commit 89107c7fab - Show all commits

View File

@ -0,0 +1,22 @@
@startuml hard wiring
cloud {
[Dolibarr]
}
package "Convoyeur"{
[M5 Core]
[Lecteur NFC] as nfc
[Servo Moteur] as servo
[GRBL]
[Stepper]
}
[Dolibarr] <-- [M5 Core] : API
[M5 Core] --> servo
[M5 Core] <-- nfc : IC2
[M5 Core] --> [GRBL] : SPI
[GRBL] --> Stepper
@enduml