Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Krúžok Robotiky CENADA. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:23, 17 December 2025 Palo talk contribs created page Mecanum - streda 2526 (Created page with "Program: <syntaxhighlight lang="C++"> #include <Adafruit_NeoPixel.h> #define PIN 13 // Pin connected to the Neopixel strip #define NUMPIXELS 3 // Number of pixels in the strip Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800); void setup() { pixels.begin(); pinMode(2, OUTPUT); pinMode(3, OUTPUT); pinMode(4, OUTPUT); pinMode(5, OUTPUT); pinMode(6, OUTPUT); pinMode(7, OUTPUT); pinMode(8, OUTPUT); pinMode(9, OUTPUT);...")