<?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_-_Pixels.h</id>
	<title>IoT - Modular - Pixels.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_-_Pixels.h"/>
	<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Pixels.h&amp;action=history"/>
	<updated>2026-05-22T15:10:34Z</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_-_Pixels.h&amp;diff=1573&amp;oldid=prev</id>
		<title>Tinker: Created page with &quot;&lt;syntaxhighlight lang=&quot;cpp&quot; line=&quot;1&quot;&gt; #ifndef PIXELS_H #define PIXELS_H  /////////////////////////////////////////////////// // Which pin is your neoPixel strip connected to #...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Pixels.h&amp;diff=1573&amp;oldid=prev"/>
		<updated>2021-04-30T19:23:41Z</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 PIXELS_H #define PIXELS_H  /////////////////////////////////////////////////// // Which pin is your neoPixel strip connected to #...&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 PIXELS_H&lt;br /&gt;
#define PIXELS_H&lt;br /&gt;
&lt;br /&gt;
///////////////////////////////////////////////////&lt;br /&gt;
// Which pin is your neoPixel strip connected to&lt;br /&gt;
#define PixelPin 12    // GPIO13 / Tarduino D7&lt;br /&gt;
int PixelCount = 4;&lt;br /&gt;
#define OBL 2&lt;br /&gt;
&lt;br /&gt;
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(PixelCount, PixelPin, NEO_GRB + NEO_KHZ800);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
// Setup some constants for use in SetAPixel()&lt;br /&gt;
&lt;br /&gt;
//int Bright1 = 6;    // 0-255    //  No-Name strip&lt;br /&gt;
//int Bright2 = 1;    // 0-255    //  AdaFruit strip&lt;br /&gt;
&lt;br /&gt;
int PixelBright = 5;    // 0-255    //  No-Name strip&lt;br /&gt;
&lt;br /&gt;
// The colours:&lt;br /&gt;
int RED[] = {255, 000, 000};&lt;br /&gt;
int GRN[] = {000, 255, 000};&lt;br /&gt;
int BLU[] = {000, 000, 255};&lt;br /&gt;
int BLK[] = {000, 000, 000};&lt;br /&gt;
int YEL[] = {255, 255, 000};&lt;br /&gt;
&lt;br /&gt;
#endif // PIXELS_H&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinker</name></author>
		
	</entry>
</feed>