Modified for compatibility with Rev.E. hardware
Fork of AkmSensor by
Diff: ak9752ctrl.cpp
- Revision:
- 43:45225713cd58
- Parent:
- 40:42e48427e4b7
- Child:
- 46:5938ad2039b0
diff -r b48b3ab8690e -r 45225713cd58 ak9752ctrl.cpp --- a/ak9752ctrl.cpp Fri Nov 03 19:45:33 2017 +0000 +++ b/ak9752ctrl.cpp Wed Nov 08 21:56:17 2017 +0000 @@ -1,5 +1,4 @@ #include "ak9752ctrl.h" -#include "debug.h" #define CONV16I(high,low) ((int16_t)(((high) << 8) | (low)))