Merge branch 'master' into python_turtle

This commit is contained in:
Romain Goyet
2018-11-16 09:46:11 +01:00
75 changed files with 628 additions and 249 deletions

View File

@@ -55,7 +55,7 @@ void draw_turtle() {
if (t_mileage > 1000) {
if (t_speed > 0) {
Ion::msleep(8 * (8 - t_speed));
Ion::Timing::msleep(8 * (8 - t_speed));
t_mileage -= 1000;
}
else {