mirror of
https://gitlab.com/lander-team/concept-of-operations.git
synced 2025-06-16 06:56:47 +00:00
added ignitor and battery to avionics
This commit is contained in:
parent
6aa3879ee3
commit
ab56095ac7
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user