Go to the source code of this file.
Macros | |
#define | STEP_PORT_SET(i) STEP_PORT=i |
The cpu_map.h files serve as a central pin mapping selection file for different processor types or alternative pin layouts. This version of Grbl supports only the Arduino Mega2560. More... | |
#define | DIRECTION_PORT_SET(i) DIRECTION_PORT=i |
#define STEP_PORT_SET | ( | i | ) | STEP_PORT=i |
The cpu_map.h files serve as a central pin mapping selection file for different processor types or alternative pin layouts. This version of Grbl supports only the Arduino Mega2560.
< (Arduino Mega 2560) Working
#ifdef CPU_MAP_CUSTOM_PROC For a custom pin map or different processor, copy and edit one of the available cpu map files and modify it to your needs. Make sure the defined name is also changed in the config.h file. #endif