Skip to content

Commit

Permalink
Added Accelerometer and Gyroscope to Deployment diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Oct 13, 2023
1 parent a414322 commit 7940c33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/architecture/uml/PhysicalView/Deployment.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ node "Pololu Zumo32U4" as zumo32u4 {
component "Encoders" as encoders
component "LEDs" as leds
component "ProximitySensors" as proximitySensors
component "Accelerometer" as accelerometer
component "Gyroscope" as gyroscope

software -u- buttons
software -u- leds
software -u- proximitySensors
software -u- accelerometer
software -- buzzer
software -- motors
software -- encoders
software -- gyroscope
}

node "Front Sensor Array" {
Expand Down

0 comments on commit 7940c33

Please sign in to comment.