Subversion Repositories HomeAutomation

Rev

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

Rev 339 Rev 342
Line 2... Line 2...
2
 *
2
 *
3
 *                  Compiler specifics like clockspeed and portIOs.
3
 *                  Compiler specifics like clockspeed and portIOs.
4
 *
4
 *
5
 *********************************************************************
5
 *********************************************************************
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canTemp/Include/compiler.h $
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canTemp/Include/compiler.h $
7
 * Last changed:    $LastChangedDate: 2007-02-25 20:51:08 +0100 (Sun, 25 Feb 2007) $
7
 * Last changed:    $LastChangedDate: 2007-02-26 21:38:37 +0100 (Mon, 26 Feb 2007) $
8
 * By:              $LastChangedBy: johboh $
8
 * By:              $LastChangedBy: johboh $
9
 * Revision:        $Revision: 339 $
9
 * Revision:        $Revision: 342 $
10
 ********************************************************************/
10
 ********************************************************************/
11
 
11
 
12
#ifndef COMPILER_H
12
#ifndef COMPILER_H
13
#define COMPILER_H
13
#define COMPILER_H
14
 
14
 
Line 26... Line 26...
26
#define BLINDS0P_TRIS   (TRISCbits.TRISC5)
26
#define BLINDS0P_TRIS   (TRISCbits.TRISC5)
27
#define BLINDS0P_IO     (PORTCbits.RC5)
27
#define BLINDS0P_IO     (PORTCbits.RC5)
28
 
28
 
29
#define TEMPERATURE_INSIDE 0x1
29
#define TEMPERATURE_INSIDE 0x1
30
#define TEMPERATURE_OUTSIDE 0x2
30
#define TEMPERATURE_OUTSIDE 0x2
-
 
31
 
-
 
32
#define APP_VERSION 0x01
31
 
33
 
32
#endif //compiler.h
34
#endif //compiler.h