Quote:
Originally Posted by Ether
OK, so we're talking about modifying and re-compiling the WPILib source, not simply passing a parameter?
|
Quote:
Originally Posted by jhersh
The FPGA interface function is called writeTimerConfig_AverageSize(). Looks like we never exposed that to the WPILib API layer in C++ (and therefore Java). It's exposed in LabVIEW.
|
That is what I was saying. It is not in the WPILib API layer in C++ and Java. That means if you care to use the hardware feature, you need to move down a layer.
Cheers,
-Joe