Hi all,
There might be a bug in the FTT_CELLS_DIRECTION macro defined on line 92 of ftt.h:
#define FTT_CELLS_DIRECTION(d) (FTT_CELLS/2)
I'm a little confused. The macro takes a parameter, but never uses the parameter and always returns a constant? Is this the expected behavior?
Thanks, Tim