<?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_-_S-BME280.h</id>
	<title>IoT - Modular - S-BME280.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_-_S-BME280.h"/>
	<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_S-BME280.h&amp;action=history"/>
	<updated>2026-05-22T15:11:37Z</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_-_S-BME280.h&amp;diff=1577&amp;oldid=prev</id>
		<title>Tinker: Created page with &quot;&lt;syntaxhighlight lang=&quot;cpp&quot; line=&quot;1&quot;&gt; // Bosch-Sensortec // BME280 // Humidity sensor // Measures relative humidity, barometric pressure and ambient temperature // https://www...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_S-BME280.h&amp;diff=1577&amp;oldid=prev"/>
		<updated>2021-04-30T19:27:30Z</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; // Bosch-Sensortec // BME280 // Humidity sensor // Measures relative humidity, barometric pressure and ambient temperature // https://www...&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;
// Bosch-Sensortec&lt;br /&gt;
// BME280&lt;br /&gt;
// Humidity sensor&lt;br /&gt;
// Measures relative humidity, barometric pressure and ambient temperature&lt;br /&gt;
// https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/&lt;br /&gt;
&lt;br /&gt;
#ifndef BME280_H&lt;br /&gt;
#define BME280_H&lt;br /&gt;
&lt;br /&gt;
// BME280 I2C address is 0x76 or 0x77 (118 or 119)&lt;br /&gt;
&lt;br /&gt;
int BME280address = 0x76;&lt;br /&gt;
&lt;br /&gt;
Adafruit_BME280 bme;&lt;br /&gt;
&lt;br /&gt;
int BME280_Count; // Number of attached BME280s&lt;br /&gt;
&lt;br /&gt;
char BME280_Labels[][6] =&lt;br /&gt;
    {&amp;quot;Temp&amp;quot;,&lt;br /&gt;
     &amp;quot;Humi&amp;quot;,&lt;br /&gt;
     &amp;quot;Baro&amp;quot;};&lt;br /&gt;
&lt;br /&gt;
struct BME280_Readings&lt;br /&gt;
{&lt;br /&gt;
    byte Status;&lt;br /&gt;
&lt;br /&gt;
    float Temperature;&lt;br /&gt;
    float Humidity;&lt;br /&gt;
    float AbsPressure;&lt;br /&gt;
    float SeaPressure;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
extern struct BME280_Readings BME280_Datum;&lt;br /&gt;
&lt;br /&gt;
#endif // BME280_H&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinker</name></author>
		
	</entry>
</feed>