Subversion Repositories HomeAutomation

Rev

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

  1. /**
  2.  * Configuration file for the MCU.C software module.
  3.  */
  4.  
  5. #ifndef MCU_CFG_H_
  6. #define MCU_CFG_H_
  7.  
  8.  
  9. /*-----------------------------------------------------------------------------
  10.  * Defines
  11.  *---------------------------------------------------------------------------*/
  12.  
  13. /**
  14.  * MCU type. Determines which MCU is used for the project.
  15.  */
  16. #define MCU     MCU_ATMEGA8
  17.  
  18.  
  19. #endif /*MCU_CFG_H_*/
  20.