Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

  1. /**
  2.  * Configuration file for the CAN.C software module.
  3.  */
  4.  
  5. #ifndef CAN_CFG_H_
  6. #define CAN_CFG_H_
  7.  
  8. /*-----------------------------------------------------------------------------
  9.  * Defines
  10.  *---------------------------------------------------------------------------*/
  11.  
  12. /**
  13.  * CAN controller type. Determines which CAN controller hardware is used.
  14.  */
  15. #define CAN_CONTROLLER_MCP2515
  16. //#define CAN_CONTROLLER_LPC2000
  17. //#define CAN_CONTROLLER_AT90CAN
  18.  
  19.  
  20. #endif /*CAN_CFG_H_*/
  21.