Subversion Repositories HomeAutomation

Rev

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

Rev 347 Rev 363
Line 2... Line 2...
2
 *
2
 *
3
 *   Header file for BLINDS routines.
3
 *   Header file for BLINDS routines.
4
 *
4
 *
5
 *********************************************************************
5
 *********************************************************************
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canTemp/Include/blinds.h $
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canTemp/Include/blinds.h $
7
 * Last changed:    $LastChangedDate: 2007-03-01 14:38:06 +0100 (Thu, 01 Mar 2007) $
7
 * Last changed:    $LastChangedDate: 2007-03-13 18:29:20 +0100 (Tue, 13 Mar 2007) $
8
 * By:              $LastChangedBy: johboh $
8
 * By:              $LastChangedBy: johboh $
9
 * Revision:        $Revision: 347 $
9
 * Revision:        $Revision: 363 $
10
 ********************************************************************/
10
 ********************************************************************/
11
#ifndef BLINDS_H
11
#ifndef BLINDS_H
12
#define BLINDS_H
12
#define BLINDS_H
13
 
13
 
14
#include <stackTasks.h>
14
#include <stackTasks.h>
Line 16... Line 16...
16
#include <delays.h>
16
#include <delays.h>
17
#include <compiler.h>
17
#include <compiler.h>
18
 
18
 
19
 
19
 
20
 
20
 
21
#define IO_TIMEOUT 700
21
#define IO_TIMEOUT 200//700
22
#define TMR1_VAL 60536
22
#define TMR1_VAL 60536
23
// 0.05ms
23
// 0.05ms
24
// Fosc/4 = 10Mhz = 0,0000001
24
// Fosc/4 = 10Mhz = 0,0000001
25
// 0.1ms = 500
25
// 0.1ms = 500
26
 
26