1
0
mirror of https://gitlab.com/lander-team/concept-of-operations.git synced 2025-06-16 06:56:47 +00:00

Made avionics diagram

This commit is contained in:
Anson Biggs 2021-03-31 18:34:01 +00:00
parent 12bebec88b
commit 6aa3879ee3

View File

@ -25,3 +25,27 @@ g1 --> Ascent
``` ```
# Avionics Design
```mermaid
%%{init: {'theme':'neutral'}}%%
flowchart LR;
t[Teensy 4.1]
imu[Inertial Measurement Unit]
b[Barometer]
subgraph Propulsion
r[Roll Motor]
p[Pitch Motor]
end
imu & b -. I2C .-> t
t -- PWM --> r & p
```