Last active
January 24, 2020 18:41
-
-
Save bboyho/cab4fe9663e4cfa6a0b4b507c830e74c to your computer and use it in GitHub Desktop.
This file contains 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
/****************************************************************************** | |
template.ino | |
Template | |
WRITTEN BY: | |
@ SparkFun Electronics | |
DATE: | |
GITHUB REPO: | |
DEVELOPMENT ENVIRONMENT SPECIFICS: | |
Firmware developed using Arduino IDE v1.8.9 | |
========== RESOURCES/LIBRARIES ========== | |
Wire.h (included with Arduino IDE) | |
SparkFunTMP117.h (included in the src folder) http://librarymanager/All#SparkFun_TMP117 | |
Arduino Style Guide | |
https://www.arduino.cc/en/Reference/StyleGuide | |
Arduino API Style Guide | |
https://www.arduino.cc/en/Reference/APIStyleGuide | |
========== DESCRIPTION========== | |
This is a template for | |
========== TUTORIAL ========== | |
https://learn.sparkfun.com/tutorials/ | |
========== PRODUCTS THAT USE THIS CODE ========== | |
Feel like supporting our work? Buy a board from SparkFun! | |
https://www.sparkfun.com/products/ | |
========== HARDWARE CONNECTIONS ========== | |
. -> | |
. | |
. | |
LICENSE: This code is released under the MIT License (http://opensource.org/licenses/MIT) | |
******************************************************************************/ | |
void setup() { | |
// put your setup code here, to run once: | |
} | |
void loop() { | |
// put your main code here, to run repeatedly: | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment