Compare commits

...

2 Commits

Author SHA1 Message Date
Ulysse Cura 8fec829754 Merge remote-tracking branch 'origin/main' into main
# Conflicts:
#    Main.ino
2025-02-01 06:44:41 +01:00
Ulysse Cura c71de263f8 Ajout de la rotation dans la machine a état. 2025-02-01 06:41:41 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ void loop()
case State::ForwardToSceneEdge:
my_IO.setSpeed(1024.0f);
if(my_IO.getAngle(Axes::Y) > 2.0f)
if(my_IO.getAngle(Axes::Y) > 5.0f)
{
actual_state = State::Dancing;
}