Subversion Repositories HomeAutomation

Rev

Rev 277 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 277 Rev 282
Line 2... Line 2...
2
 *
2
 *
3
 *                  Stack specific like which modules to use.
3
 *                  Stack specific like which modules to use.
4
 *
4
 *
5
 *********************************************************************
5
 *********************************************************************
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canTemp/Include/stackTasks.h $
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canTemp/Include/stackTasks.h $
7
 * Last changed:    $LastChangedDate: 2007-01-31 14:04:02 +0100 (Wed, 31 Jan 2007) $
7
 * Last changed:    $LastChangedDate: 2007-02-03 16:58:13 +0100 (Sat, 03 Feb 2007) $
8
 * By:              $LastChangedBy: johboh $
8
 * By:              $LastChangedBy: johboh $
9
 * Revision:        $Revision: 277 $
9
 * Revision:        $Revision: 282 $
10
 ********************************************************************/
10
 ********************************************************************/
11
 
11
 
12
#ifndef stackTasks_H
12
#ifndef stackTasks_H
13
#define stackTasks_H
13
#define stackTasks_H
14
 
14
 
15
#define USE_ADC
15
//#define USE_ADC
16
//#define USE_BLINDS
16
#define USE_BLINDS
17
 
17
 
18
#define TICKS_PER_SECOND               (100)        // 10ms
18
#define TICKS_PER_SECOND               (100)        // 10ms
19
 
19
 
20
#if (TICKS_PER_SECOND < 10 || TICKS_PER_SECOND > 255)
20
#if (TICKS_PER_SECOND < 10 || TICKS_PER_SECOND > 255)
21
#error Invalid TICKS_PER_SECONDS specified.
21
#error Invalid TICKS_PER_SECONDS specified.