Compare commits
No commits in common. "8fec829754df2cc49bde377b0dc1c7591314c21f" and "a6b028b701a6f726289880eae3c1e9317dc99d7d" have entirely different histories.
8fec829754
...
a6b028b701
2
Main.ino
2
Main.ino
|
@ -156,7 +156,7 @@ void loop()
|
||||||
case State::ForwardToSceneEdge:
|
case State::ForwardToSceneEdge:
|
||||||
my_IO.setSpeed(1024.0f);
|
my_IO.setSpeed(1024.0f);
|
||||||
|
|
||||||
if(my_IO.getAngle(Axes::Y) > 5.0f)
|
if(my_IO.getAngle(Axes::Y) > 2.0f)
|
||||||
{
|
{
|
||||||
actual_state = State::Dancing;
|
actual_state = State::Dancing;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue