|
Re: HiTechnic compass - reading 65535?
do you know because of a printf?
we had a wierd output and it was because it was
printf("%i\n", floatvalue);
when it should have been
printf("%f\n", floatvalue);
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|