docs: harware diagram
This commit is contained in:
parent
258725e8c9
commit
89107c7fab
22
docs/Schématics/Hardware.puml
Normal file
22
docs/Schématics/Hardware.puml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user