MorseTrackerHWCode/autotrack.diag
2020-07-16 08:59:55 -05:00

7 lines
248 B
Plaintext

diagram {
FreedomSky -> FreedomLink [ label = "Downlink GPS position"];
FreedomLink -> GroundControl [ label = "log"] ;
FreedomLink [ label = "Calculate x/y for tracker"];
FreedomLink -> Arduino [ label = "Move servo and/or pan/tilt"];
}