Skip to content

Commit

Permalink
Definitions for Sanguino SPI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroller committed Jan 4, 2013
1 parent 5e3873c commit 6958204
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
#define TIMER2A 6
#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_input_PGM[];
extern const uint8_t PROGMEM port_to_output_PGM[];
Expand Down

0 comments on commit 6958204

Please sign in to comment.