<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=IoT_-_Modular_-_Libraries.h</id>
	<title>IoT - Modular - Libraries.h - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=IoT_-_Modular_-_Libraries.h"/>
	<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Libraries.h&amp;action=history"/>
	<updated>2026-05-22T15:10:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Libraries.h&amp;diff=1567&amp;oldid=prev</id>
		<title>Tinker: Created page with &quot;&lt;syntaxhighlight lang=&quot;cpp&quot; line=&quot;1&quot;&gt; #ifndef LIBRARIES_H #define LIBRARIES_H  // WiFi //////////////////////////////////////////////////////////////////////// #include &lt;ESP82...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Libraries.h&amp;diff=1567&amp;oldid=prev"/>
		<updated>2021-04-30T19:16:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt; #ifndef LIBRARIES_H #define LIBRARIES_H  // WiFi //////////////////////////////////////////////////////////////////////// #include &amp;lt;ESP82...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
#ifndef LIBRARIES_H&lt;br /&gt;
#define LIBRARIES_H&lt;br /&gt;
&lt;br /&gt;
// WiFi ////////////////////////////////////////////////////////////////////////&lt;br /&gt;
#include &amp;lt;ESP8266WiFi.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// MQTT ////////////////////////////////////////////////////////////////////////&lt;br /&gt;
#include &amp;lt;PubSubClient.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// Supplimental Stuff //////////////////////////////////////////////////////////&lt;br /&gt;
#include &amp;lt;SimpleTimer.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;Wire.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// Pixels //////////////////////////////////////////////////////////////////////&lt;br /&gt;
#ifdef d_Pixels&lt;br /&gt;
#include &amp;lt;Adafruit_NeoPixel.h&amp;gt;&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
// BME280 //////////////////////////////////////////////////////////////////////&lt;br /&gt;
#ifdef s_BME280&lt;br /&gt;
#include &amp;lt;Adafruit_Sensor.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Adafruit_BME280.h&amp;gt;&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
// BMP180 //////////////////////////////////////////////////////////////////////&lt;br /&gt;
#ifdef s_BMP180&lt;br /&gt;
#include &amp;lt;SPI.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Adafruit_Sensor.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Adafruit_BMP085.h&amp;gt;&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
#ifdef s_CLIMATE&lt;br /&gt;
#include &amp;lt;SPI.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Adafruit_Sensor.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Adafruit_BME280.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Adafruit_BMP085.h&amp;gt;&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
// OLED ////////////////////////////////////////////////////////////////////////&lt;br /&gt;
#ifdef d_SDD1306&lt;br /&gt;
#include &amp;lt;Adafruit_GFX.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Adafruit_SSD1306.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Fonts/FreeMonoBold12pt7b.h&amp;gt;&lt;br /&gt;
#include &amp;lt;Fonts/FreeMonoBold9pt7b.h&amp;gt;&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
#endif // LIBRARIES_H&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinker</name></author>
		
	</entry>
</feed>