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 99b3aec commit 7cddcb1Copy full SHA for 7cddcb1
src/SparkFun_SCD30_Arduino_Library.h
@@ -28,7 +28,10 @@
28
#ifndef __SparkFun_SCD30_ARDUINO_LIBARARY_H__
29
#define __SparkFun_SCD30_ARDUINO_LIBARARY_H__
30
31
-#define USE_TEENSY3_I2C_LIB
+// Uncomment the next #define if using an Teensy >= 3 or Teensy LC and want to use the dedicated I2C-Library for it
32
+// Then you also have to include <i2c_t3.h> on your application instead of <Wire.h>
33
+
34
+// #define USE_TEENSY3_I2C_LIB
35
36
#include "Arduino.h"
37
#ifdef USE_TEENSY3_I2C_LIB
0 commit comments