Skip to content
Snippets Groups Projects
Commit bfa5bb86 authored by daid303's avatar daid303
Browse files

Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

parents 921273ba 3a1cd30c
Branches
Tags
No related merge requests found
...@@ -39,6 +39,11 @@ ...@@ -39,6 +39,11 @@
#define TIMER2A 6 #define TIMER2A 6
#define TIMER2B 7 #define TIMER2B 7
const static uint8_t SS = 4;
const static uint8_t MOSI = 5;
const static uint8_t MISO = 6;
const static uint8_t SCK = 7;
extern const uint8_t PROGMEM port_to_mode_PGM[]; extern const uint8_t PROGMEM port_to_mode_PGM[];
extern const uint8_t PROGMEM port_to_input_PGM[]; extern const uint8_t PROGMEM port_to_input_PGM[];
extern const uint8_t PROGMEM port_to_output_PGM[]; extern const uint8_t PROGMEM port_to_output_PGM[];
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment