FRC1076 / 2019-Competition

Code for 2019 Competition
2 stars 1 forks source link

Decide if it is okay that speed selector goes from .1 to .9 (fix it #76

Open mcolinj opened 5 years ago

mcolinj commented 5 years ago

The switch has 5 positions that are read via getRawAxis(2). .1, .3, .5, .7, and .9

If we want to "go to 11", we could make an adjustment when we read it. (adding .1).

Seems like something we should know.

matthew