CSCC85
Saturday, October 20, 2018
Gyro bug fix
Thanks again to students for reporting bugs.
There is an issues with gyro giving weird readings in certain ranges. To fix this:
in btcomm.c change starting on line 1256 change the casts to (unsigned char) from (int32_t).
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Fix for BT_motor_port_start
Thanks to one of the teams for pointing out a bug in the BT_motor_port_start call. To fix, on line 273 change the type from 0x80 to 0x00.
Gyro bug fix
Thanks again to students for reporting bugs. There is an issues with gyro giving weird readings in certain ranges. To fix this: in btcomm...
Rebooting the EV3
If your EV3 freezes, you can reboot it by pressing the combination of left, center and back buttons.
No comments:
Post a Comment