mirror of
https://gitlab.com/lander-team/concept-of-operations.git
synced 2025-08-01 19:11:32 +00:00
added ignitor and battery to avionics
This commit is contained in:
@@ -33,6 +33,7 @@ g1 --> Ascent
|
|||||||
%%{init: {'theme':'neutral'}}%%
|
%%{init: {'theme':'neutral'}}%%
|
||||||
flowchart LR;
|
flowchart LR;
|
||||||
|
|
||||||
|
batt[Battery]
|
||||||
t[Teensy 4.1]
|
t[Teensy 4.1]
|
||||||
imu[Inertial Measurement Unit]
|
imu[Inertial Measurement Unit]
|
||||||
b[Barometer]
|
b[Barometer]
|
||||||
@@ -40,12 +41,14 @@ b[Barometer]
|
|||||||
subgraph Propulsion
|
subgraph Propulsion
|
||||||
r[Roll Motor]
|
r[Roll Motor]
|
||||||
p[Pitch Motor]
|
p[Pitch Motor]
|
||||||
|
e[Engine Ignitor]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
imu & b -. I2C .-> t
|
imu & b -. I2C .-> t
|
||||||
|
batt == 3.3V ==> t
|
||||||
|
|
||||||
t -- PWM --> r & p
|
t -- PWM --> r & p & e
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user