Skip to content

Commit 0ba7f6c

Browse files
committed
v1.0.2 - add include Arduino.h in qwiic_i2c.h
1 parent 7e05830 commit 0ba7f6c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun Qwiic TMF882X Library
2-
version=1.0.1
2+
version=1.0.2
33
author=SparkFun Electronics <techsupport@sparkfun.com>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for the SparkFun Qwiic breakout boards for the AMS TMF882X sensor products.

src/qwiic_i2c.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@
5151
//
5252
// This is following a pattern for future implementations
5353
//
54-
// This class is focused on Aurduino..
54+
// This class is focused on Arduino..
5555

56+
#include "Arduino.h"
5657
#include <Wire.h>
5758

5859
namespace sfe_TMF882X {

0 commit comments

Comments
 (0)