Subversion Repositories Projects

Rev

Rev 2194 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2194 Rev 2198
Line 4... Line 4...
4
copyright (c) Davide Gironi, 2012
4
copyright (c) Davide Gironi, 2012
Line 5... Line 5...
5
 
5
 
6
Released under GPLv3.
6
Released under GPLv3.
7
Please refer to LICENSE file for licensing information.
7
Please refer to LICENSE file for licensing information.
-
 
8
*/
-
 
9
//############################################################################
-
 
10
//# HISTORY  hmc5883l.c
-
 
11
//#
-
 
12
//# 19.09.2015 cebra
-
 
13
//# - add: Library für HMC5883L Compass, GY-87 Sensorboard
-
 
14
//#
Line 8... Line -...
8
*/
-
 
-
 
15
//############################################################################
9
 
16
 
10
 
17
#ifdef USE_KOMPASS
11
#include <stdlib.h>
18
#include <stdlib.h>
Line 12... Line 19...
12
#include <avr/io.h>
19
#include <avr/io.h>
Line 119... Line 126...
119
        #endif
126
        #endif
Line 120... Line 127...
120
 
127
 
-
 
128