#include <Adafruit_NeoPixel.h>
#include "PicoEncoder.h"
//#include "pio_encoder.h"

Adafruit_NeoPixel centerStrip(60, 28, NEO_GRB + NEO_KHZ800);

PicoEncoder VolKnobL;
//PioEncoder VolKnobL(2);


void setup() {
  // put your setup code here, to run once:
  Serial1.begin(115200);
  //Serial1.println("Hello, Raspberry Pi Pico!");

  // Having NeoPixel send code to PIO0 to full calim SMs and chip
  centerStrip.begin();
  centerStrip.show();
  
  VolKnobL.begin(2);

}

void loop() {
  // put your main code here, to run repeatedly:
  Serial1.println("Core0 firing.");
  delay(1000);

}
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT