| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2962 | jacho | 1 | //Adresa obvodu |
| 2 | #define AK_W 0x38 //adresa akcelerometru zápis |
||
| 3 | #define AK_R 0x39 //adresa akcelerometru ètení |
||
| 4 | |||
| 5 | |||
| 6 | #define AK_XH 0x01 //osa X LSB |
||
| 7 | #define AK_XL 0x02 //osa X MSB |
||
| 8 | #define AK_YH 0x03 //osa Y LSB |
||
| 9 | #define AK_YL 0x04 //osa Y MSB |
||
| 10 | #define AK_ZH 0x05 //osa Z LSB |
||
| 11 | #define AK_ZL 0x06 //osa Z MSB |
||
| 12 | |||
| 13 | |||
| 14 | #include "MMA8451Q.c" |