Skip to content

Commit b338a56

Browse files
committed
refactor(includes): move math.h to WipperSnapper.h
1 parent 6532bc4 commit b338a56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Wippersnapper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#define WIPPERSNAPPER_H
2020

2121
// Cpp STD
22+
#include <math.h>
23+
2224
#include <vector>
2325

2426
// Nanopb dependencies

src/components/i2c/drivers/WipperSnapper_I2C_Driver_QMC5883P.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "WipperSnapper_I2C_Driver_QMC5883P.h"
88

99
#include <Adafruit_QMC5883P.h>
10-
#include <math.h>
1110

1211
/*!
1312
* @brief Constructor for a QMC5883P sensor.

0 commit comments

Comments
 (0)