Go to the documentation of this file.
6 #define FIX14_MULT(a, b) ((a*b) >> FIX14_SHIFT)
7 #define FIX14_DIV(a, b) (a << FIX14_SHIFT / b)
15 void printNumber(
long input,
unsigned char decimalBits,
unsigned char decimal);
16 void printFix(
long input,
unsigned char decimal);