You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change
The original code in physics.c would sum up all the sensor values in reading for all sensors except sensor 0.
I have modified the code such that the reading is the current value in time from the samples.txt for all sensors 0 to n.
Phillip expects that the original functionality is relied upon by the examples in sbench and therefore this change could break the examples. The output should be examined before and after this change to verify whether or not the output changes.
The text was updated successfully, but these errors were encountered:
Change
The original code in physics.c would sum up all the sensor values in reading for all sensors except sensor 0.
I have modified the code such that the reading is the current value in time from the samples.txt for all sensors 0 to n.
Phillip expects that the original functionality is relied upon by the examples in sbench and therefore this change could break the examples. The output should be examined before and after this change to verify whether or not the output changes.
The text was updated successfully, but these errors were encountered: