/* This file is used for everything related to maps/tables including their definition, functions etc */ #ifndef TABLE_H #define TABLE_H #define TABLE_RPM_MULTIPLIER 100 #define TABLE_LOAD_MULTIPLIER 2 //The shift amount used for the 3D table calculations #define TABLE_SHIFT_FACTOR 8 #define TABLE_SHIFT_POWER (1UL<