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:
roboticafacil
2017-12-12 22:28:27 +01:00
parent 651025f826
commit 2a505a3bb5
10 changed files with 713 additions and 6 deletions

View File

@ -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);