Use of printf in WPILib
I am trying to use WPILib on a 2005 Robot Controller. Since it only has 32k of memory, code size is very important. It looks like the CMU camera code uses the printf function and the printf function uses about 3k of memory. Could the code be changed to use the itoa function instead?
|