OPEnSLab-OSU / Loom

Arduino library for Internet of Things Rapid Prototyping in environmental sensing
GNU General Public License v3.0
26 stars 3 forks source link

Loom Configuration Documentation Does Not Specify How to Determine Possible Configurations #75

Closed prototypicalpro closed 4 years ago

prototypicalpro commented 4 years ago

Describe the bug The Loom documentation page for configuration (https://github.com/OPEnSLab-OSU/Loom/wiki/Configuration) does an excellent job at explaining the semantics of JSON, but does not address how a user should determine which values to use when configuring a sensor. This information is contained in the Doxygen documentation (https://openslab-osu.github.io/Loom/html/index.html) however navigating this documentation can be overwhelming for new users.

A documentation specifying the process a new user should use to determine the values needed for the JSON given a sensor they would like should be added to the existing configuration page.

prototypicalpro commented 4 years ago

Fixed with https://github.com/OPEnSLab-OSU/Loom/wiki/Configuration-Setup and https://github.com/OPEnSLab-OSU/Loom/wiki/Configuration .