Subversion Repositories HomeAutomation

Rev

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

  1. #ifndef MCU_H_
  2. #define MCU_H_
  3.  
  4.  
  5. /*-----------------------------------------------------------------------------
  6.  * Public Function Prototypes
  7.  *---------------------------------------------------------------------------*/
  8. void Mcu_Init(void);
  9. void Mcu_EnableIRQ(void);
  10. void Mcu_DisableIRQ(void);
  11.  
  12.  
  13. #endif /*MCU_H_*/
  14.