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 7e05830 commit 0ba7f6cCopy full SHA for 0ba7f6c
library.properties
@@ -1,5 +1,5 @@
1
name=SparkFun Qwiic TMF882X Library
2
-version=1.0.1
+version=1.0.2
3
author=SparkFun Electronics <techsupport@sparkfun.com>
4
maintainer=SparkFun Electronics <sparkfun.com>
5
sentence=Library for the SparkFun Qwiic breakout boards for the AMS TMF882X sensor products.
src/qwiic_i2c.h
@@ -51,8 +51,9 @@
51
//
52
// This is following a pattern for future implementations
53
54
-// This class is focused on Aurduino..
+// This class is focused on Arduino..
55
56
+#include "Arduino.h"
57
#include <Wire.h>
58
59
namespace sfe_TMF882X {
0 commit comments