modified: examples/BasicMoves/BasicMoves.ino
new file: hippie_blocks.js new file: img/blocks/hippie.svg new file: img/blocks/hippie_RL.svg new file: img/blocks/hippie_RR.svg new file: img/blocks/hippie_YL.svg new file: img/blocks/hippie_YR.svg new file: lang/HIPPIE.json modified: src/Hippie.cpp modified: src/Hippie.h
This commit is contained in:
@ -28,7 +28,7 @@ void loop()
|
||||
delay(500);
|
||||
|
||||
// backward, shit piece
|
||||
hippie.new_walk(2, 4, 750);
|
||||
hippie.new_walk(4, 750, 2);
|
||||
hippie.home();
|
||||
delay(500);
|
||||
|
||||
@ -38,7 +38,7 @@ void loop()
|
||||
delay(500);
|
||||
|
||||
// right
|
||||
hippie.new_turn(2);
|
||||
hippie.new_turn(2,1000,2);
|
||||
hippie.home();
|
||||
delay(500);
|
||||
|
||||
|
Reference in New Issue
Block a user