diff --git a/groundstation.diag b/groundstation.diag new file mode 100755 index 0000000..bdfdd18 --- /dev/null +++ b/groundstation.diag @@ -0,0 +1,11 @@ +blockdiag { + Structure + Structure -> Building + Structure -> Building -> Hexayurt.com + Structure -> Foundation + Structure -> Power + Structure -> Power -> "Solar cells" + Structure -> Power -> "Charge controller" + Structure -> Power -> Batteries + Structure -> Power -> Inverter + } diff --git a/groundstation.png b/groundstation.png new file mode 100755 index 0000000..de86cea Binary files /dev/null and b/groundstation.png differ