constants.h 107 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 #ifndef RTS_CONSTANTS_H #define RTS_CONSTANTS_H #define stimPI 3.14159 #define stimTAU 2 * rtsPI #endif