Quote:
Originally Posted by MPaulHolmes
My delta_t is 1/1000 of a second.
|
1/1024 of a second, but who's counting
Quote:
Originally Posted by MPaulHolmes
Man, I'm not going to lie, "my kingdom for 32 bits"
|
I have some low cost 64 bit routines you can use, but they are built like a register machine, everything in the guino is stored as 32 bits (8 bit atmega168) but gets promoted to 64 for mathematical operations. Though it may be a bit much for this application.