taweili / ardublock

ArduBlock is a Block Programming Language for Arduino.
GNU General Public License v3.0
414 stars 292 forks source link

Repeat block corretion #46

Closed danielfsc closed 11 years ago

danielfsc commented 11 years ago

Hi David, I changed the RepeatControl a little. Now if the start are greater than stop, the increment become negative and the loop condition change to >=.

taweili commented 11 years ago

merged!