redshiftrobotics / easyc

[Outdated] An Easy Way to Build RobotC Programs
http://easyc.saasrobotics.com
1 stars 0 forks source link

Allow synchronous motor actions #9

Open strugee opened 10 years ago

strugee commented 10 years ago

Currently, the I2C way of "start it in the background and then sleep" is directly represented in EasyC. This is confusing. There should be a checkbox to wait until the motor has finished moving before moving on to the next block. This may require library support, since IIRC isBusy() was torn out at some point.