Subversion Repositories HomeAutomation

Rev

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

  1. /*********************************************************************
  2.  *
  3.  *                  Stack specific like which modules to use.
  4.  *
  5.  *********************************************************************
  6.  * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/branches/hwid/EmbeddedSoftware/PIC/canLCD/Include/stackTasks.h $
  7.  * Last changed:    $LastChangedDate: 2007-03-04 14:49:20 +0100 (Sun, 04 Mar 2007) $
  8.  * By:              $LastChangedBy: johboh $
  9.  * Revision:        $Revision: 358 $
  10.  ********************************************************************/
  11.  
  12. #ifndef stackTasks_H
  13. #define stackTasks_H
  14.  
  15. #define USE_GLCD
  16. #define USE_ROTARY
  17. #define USE_PANEL_SW
  18. #define USE_DOOR
  19. #define USE_ADC
  20.  
  21. #endif
  22.