@@ -96,9 +96,7 @@ The light percent is a normalised value between 0 and 100. If all light sensors
...
@@ -96,9 +96,7 @@ The light percent is a normalised value between 0 and 100. If all light sensors
This value is not normalised. A raw number between 0 and 1023 is more precise than a number converted to a number between 0 and 100. One could also imagine a scenario where you are only interested in a specific range - then this would probably be the way to go.
This value is not normalised. A raw number between 0 and 1023 is more precise than a number converted to a number between 0 and 100. One could also imagine a scenario where you are only interested in a specific range - then this would probably be the way to go.