Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /****************************************************************************** | |
| For Heltec WiFi Kit 8 | |
| ******************************************************************************/ | |
| // Include the SparkFun TMP102 library. | |
| // Click here to get the library: http://librarymanager/All#SparkFun_TMP102 | |
| #include <Wire.h> // Used to establied serial communication on the I2C bus | |
| #include "heltec.h" // alias for `#include "SSD1306Wire.h" | |
| #include <SparkFunTMP102.h> // Used to send and recieve specific information from our sensor |