We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1bf45 commit 56a32edCopy full SHA for 56a32ed
src/lib/Baro/baro_base.cpp
@@ -1,8 +1,8 @@
1
#include <math.h>
2
+#include <Arduino.h>
3
#include <Wire.h>
4
5
#include "baro_base.h"
-#include <Arduino.h>
6
7
uint8_t BaroI2CBase::m_address = 0;
8
0 commit comments