From 81720074e40c91c058b13e6b61ac8f0a967c8c82 Mon Sep 17 00:00:00 2001 From: annabunches <annabunches@gmail.com> Date: Tue, 10 Aug 2021 18:29:20 -0400 Subject: [PATCH] Add documentation to sensors library. --- lib/sensors.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/sensors.ks b/lib/sensors.ks index 5e74605..cbebfa2 100644 --- a/lib/sensors.ks +++ b/lib/sensors.ks @@ -1,3 +1,5 @@ +// Functions for reading from on-board sensors and performing other ship-local +// monitoring tasks. // we rebuild the sensor list with every invocation, because things change function buildSensorList { @@ -52,3 +54,4 @@ function ReadSensor { return ret. } +