gnea\grbl-Mega  1.0f
Source Code Documentation ( Internal Workings )
cpu_map.h File Reference

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
 

Macro Definition Documentation

#define DIRECTION_PORT_SET (   i)    DIRECTION_PORT=i

Definition at line 149 of file cpu_map.h.

#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

Definition at line 148 of file cpu_map.h.