Rev 964 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 964 | Rev 967 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | ////////////////////////////////////// |
|
- | 2 | // LocoHead - Mathias Kreider, 2011 // |
|
- | 3 | // // |
|
- | 4 | // headtracker.c // |
|
- | 5 | // I2C, angular and filter functions// |
|
- | 6 | ////////////////////////////////////// |
|
- | 7 | ||
1 | #include "vector.h" |
8 | #include "vector.h" |
2 | #include <math.h> |
9 | #include <math.h> |
3 | #include <inttypes.h> |
10 | #include <inttypes.h> |
4 | #include <avr/io.h> |
11 | #include <avr/io.h> |
5 | #include <stdlib.h> |
12 | #include <stdlib.h> |