Mecanum - streda 2526: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 December 2025

  • curprev 15:2315:23, 17 December 2025 Palo talk contribs 3,710 bytes +3,710 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);..."