Update intake gear ratio

It was too slow, so we sped it up.  Retune the loop slightly and update
the accel in joystick reader now that we can.

Change-Id: I4cc6bff7449b218a17b11230a08bc17d10b470bb
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2020/joystick_reader.cc b/y2020/joystick_reader.cc
index 34d3f54..9a080fb 100644
--- a/y2020/joystick_reader.cc
+++ b/y2020/joystick_reader.cc
@@ -191,7 +191,7 @@
       flatbuffers::Offset<StaticZeroingSingleDOFProfiledSubsystemGoal>
           intake_offset = CreateStaticZeroingSingleDOFProfiledSubsystemGoal(
               *builder.fbb(), intake_pos,
-              CreateProfileParameters(*builder.fbb(), 10.0, 30.0));
+              CreateProfileParameters(*builder.fbb(), 20.0, 70.0));
 
       flatbuffers::Offset<StaticZeroingSingleDOFProfiledSubsystemGoal>
           turret_offset = CreateStaticZeroingSingleDOFProfiledSubsystemGoal(