Rev | Author | Line No. | Line |
---|---|---|---|
2770 | kaklik | 1 | #define PRESH 0x00 // 80 |
2 | #define PRESL 0x02 // 82 |
||
3 | #define TEMPH 0x04 // 84 |
||
4 | #define TEMPL 0x06 // 86 |
||
5 | |||
6 | #define A0MSB 0x08 // 88 |
||
7 | #define A0LSB 0x0A // 8A |
||
8 | #define B1MSB 0x0C // 8C |
||
9 | #define B1LSB 0x0E // 8E |
||
10 | #define B2MSB 0x10 // 90 |
||
11 | #define B2LSB 0x12 // 92 |
||
12 | #define C12MSB 0x14 // 94 |
||
13 | #define C12LSB 0x16 // 96 |
||
14 | #define C11MSB 0x18 // 98 |
||
15 | #define C11LSB 0x1A // 9A |
||
16 | #define C22MSB 0x1C // 9C |
||
17 | #define C22LSB 0x1E // 9E |