Closed hoodaxd closed 4 years ago
Because the ramps 1.3 need arduino mega, not arduino due...
i am making 3d printer using arduino due what should i use ?
Board for Arduino due... /**
you mean that in my Board.h should be like this : or can u tell me how my Board.h be like cuz my edit is not right
/**
*/
// Macros for board type
/**
/**
/**
/**
/**
/**
/**
/**
/**
/**
/**
You don't have to touch board.h, the type of board must be done in configuration_basic.h
Here you have to put the board you are using between those for Arduino due.
i changed
now there is no error ty for help
But can you know what card you have ???
Issue description
I am selecting Arduino due (Native USB Port ) and it gives me compile error it want me to select arduino mega
Compile errors
In file included from sketch\src/conditionals/conditionals_pins.h:26:0,
sketch\src/conditionals/../boards/33.h:9:4: error: #error "Oops! Select 'Arduino Mega' in 'Tools > Board.'"
error "Oops! Select 'Arduino Mega' in 'Tools > Board.'"
exit status 1 Error compiling for board Arduino Due (Native USB Port).
Firmware version
iam using the last version
My setup
i used the guide for arduino due https://github.com/MKFirmware/MK4duo/blob/master/Documentation/Compilation.md