|
Re: Programming in Python and Explaination of Programming
I made an error on the previous post, calculating that python would be slower than the frc controller, forgetting that a 40mhz clock allows the FRC controller to run at 10mips (million instructions per second). So it will be faster with python, but not as fast as using C on the coprocessor (which would be an order of magnitude faster).
|