Subversion Repositories HomeAutomation

Rev

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

Rev Author Line No. Line
358 johboh 1
/*********************************************************************
129 johboh 2
 *
3
 *                  Stack specific like which modules to use.
4
 *
5
 *********************************************************************
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/branches/modules/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
 
357 johboh 15
#define USE_GLCD
358 johboh 16
#define USE_ROTARY
17
#define USE_PANEL_SW
18
#define USE_DOOR
19
#define USE_ADC
129 johboh 20
 
21
#endif