connornishijima / Pixie_Chroma

Arduino library and documentation for Pixie Chroma displays!
https://lixielabs.com/chroma/
MIT License
53 stars 9 forks source link

GUIDED_TOUR.ino needs content #42

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

GUIDED_TOUR.ino needs content

https://github.com/connornishijima/Pixie_Chroma/blob/9530d5604aeda4fa067284603bc31348db2c0091/examples/GUIDED_TOUR/GUIDED_TOUR.ino#L1


// TODO: GUIDED_TOUR.ino needs content

#include "Pixie_Chroma.h"
PixieChroma pix;

#define DATA_PIN    3
#define PIXIES_X    6
#define PIXIES_Y    2

void setup() {
  Serial.begin(250000);
  pix.begin(DATA_PIN, PIXIES_X, PIXIES_Y);
  delay(200);
}

void loop() {
  pix.clear();
}

1b80e2f4cd897effd47baae8688fac395c98b82a

github-actions[bot] commented 2 years ago

Closed in 5efc66c0f43ef32dd5729f730e8eb94a5f5f3887