Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:iot-open:remotelab:itt:remotelights [2019/10/27 08:48] pczekalskien:iot-open:remotelab:itt:remotelights [2020/07/20 09:00] (current) – external edit 127.0.0.1
Line 46: Line 46:
 #define PIN            D2 #define PIN            D2
  
-// When we setup the NeoPixel library, we tell it how many pixels, and which pin to use to send signals. +// When we setup the NeoPixel library, we tell it how many pixels,  
-// Note that for older NeoPixel strips you might need to change the third parameter--see the strandtest+// and which pin to use to send signals. 
 +// Note that for older NeoPixel strips you might need to change  
 +// the third parameter--see the strandtest
 // example for more information on possible values. // example for more information on possible values.
 Adafruit_NeoPixel pixels = Adafruit_NeoPixel(1, PIN, NEO_GRB + NEO_KHZ800); Adafruit_NeoPixel pixels = Adafruit_NeoPixel(1, PIN, NEO_GRB + NEO_KHZ800);
Line 92: Line 94:
   Serial.print("B: ");   Serial.print("B: ");
   Serial.println(b);   Serial.println(b);
- +  // Moderately bright green color. 
-  pixels.setPixelColor(0, r.toInt(), g.toInt(), b.toInt()); // Moderately bright green color.+  pixels.setPixelColor(0, r.toInt(), g.toInt(), b.toInt()); 
  
   pixels.show(); // This sends the updated pixel color to the hardware.   pixels.show(); // This sends the updated pixel color to the hardware.
Line 110: Line 112:
   Serial.println("Booting");   Serial.println("Booting");
  
-  iot.printConfig(); // print json config to serial //Peale Serial.begin ja enne iot.setup+  iot.printConfig(); // print json config to serial 
   iot.setup();   iot.setup();
  
Line 124: Line 126:
  
 ==== Support ==== ==== Support ====
-tomy@ittgroup.ee+info@ittgroup.ee
  
en/iot-open/remotelab/itt/remotelights.1572166093.txt.gz · Last modified: 2020/07/20 09:00 (external edit)
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0