Add documentation to sensors library.

This commit is contained in:
Anna Rose 2021-08-10 18:29:20 -04:00
parent 310a3fb372
commit 81720074e4

View File

@ -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.
}