redshiftrobotics / easyc

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

Allow concurrent motor actions #11

Open strugee opened 10 years ago

strugee commented 10 years ago

Allow pairing multiple motor actions together in the same block time slice. At first, this will end up only being a visual change but it's needed for later changes. Depends on issue #4.

strugee commented 10 years ago

Actually, this should have functionality changes, too: the specified motors should always share command data (e.g. they should both run at the same speed).