Subversion Repositories HomeAutomation

Rev

Rev 535 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. /**
  2.  * Configuration file .
  3.  */
  4.  
  5. #ifndef ENC28J60_CFG_H_
  6. #define ENC28J60_CFG_H_
  7.  
  8. /*-----------------------------------------------------------------------------
  9.  * Defines
  10.  *---------------------------------------------------------------------------*/
  11.  
  12.  /**
  13.  * ENC28J60 Chip Select port on avr.
  14.  */
  15.  
  16. #define ENC28J60_CONTROL_PORT   PORTC
  17. #define ENC28J60_CONTROL_DDR    DDRC
  18. #define ENC28J60_CONTROL_CS     0
  19.  
  20. #endif /*ENC28J60_CFG_H_*/
  21.