i'm getting this error with arduino 1.5.6-r2 and 1.6.9
only when i set the stops. what to do???????
Arduino: 1.5.6-r2 (Windows 8), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
CNCRouterISR.cpp: In static member function 'static void CNC_Router_ISR::ls_z_down_routine()':
CNCRouterISR.cpp:98: error: 'ROUTER_DOWN_LIMIT_SWITCH_Z_ACTIVE_HIGH' was not declared in this scope
CNCRouterISR.cpp:100: error: 'ROUTER_DOWN_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
CNCRouterISR.cpp: In static member function 'static void CNC_Router_ISR::ls_z_up_routine()':
CNCRouterISR.cpp:118: error: 'ROUTER_UP_LIMIT_SWITCH_Z_ACTIVE_HIGH' was not declared in this scope
CNCRouterISR.cpp:120: error: 'ROUTER_UP_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
CNCRouterISR.cpp: In constructor 'CNC_Router_ISR::CNC_Router_ISR()':
CNCRouterISR.cpp:137: error: 'ROUTER_MZ_STEPS_PER_MM' was not declared in this scope
CNCRouterISR.cpp:140: error: 'ROUTE_MZ_MODE' was not declared in this scope
CNCRouterISR.cpp:140: error: 'ROUTER_MZ_SPEED' was not declared in this scope
CNCRouterISR.cpp: In member function 'void CNC_Router_ISR::initMotors()':
CNCRouterISR.cpp:159: error: 'ROUTE_MZ_STEP_CONTROL_PIN' was not declared in this scope
CNCRouterISR.cpp:160: error: 'ROUTE_MZ_DIRECTION_CONTROL_PIN' was not declared in this scope
CNCRouterISR.cpp:160: error: 'ROUTE_MZ_ENABLE_CONTROL_PIN' was not declared in this scope
CNCRouterISR.cpp:161: error: 'ROUTE_MZ_MODE' was not declared in this scope
CNCRouterISR.cpp:162: error: 'ROUTER_MZ_ORIENTATION' was not declared in this scope
CNCRouterISR.cpp: In member function 'void CNC_Router_ISR::initInterrupts()':
CNCRouterISR.cpp:181: error: 'ROUTER_DOWN_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
CNCRouterISR.cpp:202: error: 'ROUTER_UP_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
CNCRouterISR.cpp: In member function 'boolean CNC_Router_ISR::searchZ0Pos()':
CNCRouterISR.cpp:477: error: 'ROUTER_DOWN_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i'm getting this error with arduino 1.5.6-r2 and 1.6.9
only when i set the stops. what to do???????
Arduino: 1.5.6-r2 (Windows 8), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
CNCRouterISR.cpp: In static member function 'static void CNC_Router_ISR::ls_z_down_routine()':
CNCRouterISR.cpp:98: error: 'ROUTER_DOWN_LIMIT_SWITCH_Z_ACTIVE_HIGH' was not declared in this scope
CNCRouterISR.cpp:100: error: 'ROUTER_DOWN_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
CNCRouterISR.cpp: In static member function 'static void CNC_Router_ISR::ls_z_up_routine()':
CNCRouterISR.cpp:118: error: 'ROUTER_UP_LIMIT_SWITCH_Z_ACTIVE_HIGH' was not declared in this scope
CNCRouterISR.cpp:120: error: 'ROUTER_UP_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
CNCRouterISR.cpp: In constructor 'CNC_Router_ISR::CNC_Router_ISR()':
CNCRouterISR.cpp:137: error: 'ROUTER_MZ_STEPS_PER_MM' was not declared in this scope
CNCRouterISR.cpp:140: error: 'ROUTE_MZ_MODE' was not declared in this scope
CNCRouterISR.cpp:140: error: 'ROUTER_MZ_SPEED' was not declared in this scope
CNCRouterISR.cpp: In member function 'void CNC_Router_ISR::initMotors()':
CNCRouterISR.cpp:159: error: 'ROUTE_MZ_STEP_CONTROL_PIN' was not declared in this scope
CNCRouterISR.cpp:160: error: 'ROUTE_MZ_DIRECTION_CONTROL_PIN' was not declared in this scope
CNCRouterISR.cpp:160: error: 'ROUTE_MZ_ENABLE_CONTROL_PIN' was not declared in this scope
CNCRouterISR.cpp:161: error: 'ROUTE_MZ_MODE' was not declared in this scope
CNCRouterISR.cpp:162: error: 'ROUTER_MZ_ORIENTATION' was not declared in this scope
CNCRouterISR.cpp: In member function 'void CNC_Router_ISR::initInterrupts()':
CNCRouterISR.cpp:181: error: 'ROUTER_DOWN_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
CNCRouterISR.cpp:202: error: 'ROUTER_UP_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope
CNCRouterISR.cpp: In member function 'boolean CNC_Router_ISR::searchZ0Pos()':
CNCRouterISR.cpp:477: error: 'ROUTER_DOWN_LIMIT_SWITCH_Z_INTERRUPT' was not declared in this scope