rp94673 created page: home authored by Rasmus Meldgaard Petersen's avatar Rasmus Meldgaard Petersen
...@@ -111,4 +111,8 @@ Sensed light values will change dependant of the colors of the material. Also, h ...@@ -111,4 +111,8 @@ Sensed light values will change dependant of the colors of the material. Also, h
We have found that changing the sensing intervals will change the behavior of the robot. If the sensing interval is large (e.g. 1000ms), the robot will behave more inaccurate. We have found that changing the sensing intervals will change the behavior of the robot. If the sensing interval is large (e.g. 1000ms), the robot will behave more inaccurate.
#### Memory Use #### Memory Use
We have shown that the memory usage of a direct input is higher than a predetermined variable. This means that we should avoid using the strings if possible and instead point to a variable in the memory. We have shown that the memory usage of a direct input is higher than a predetermined variable. This means that we should avoid using the strings if possible and instead point to a variable in the memory.
\ No newline at end of file
## References
All code used is from the Lesson plan: http://legolab.cs.au.dk/DigitalControl.dir/NXT/Lesson1.dir/Lesson1programs.zip
\ No newline at end of file