#include "Adafruit_NeoKey_1x4.h" #include "seesaw_neopixel.h" Adafruit_NeoKey_1x4 neokey; // Create the NeoKey object void setup() { Serial.begin(115200); while (! Serial) delay(10); if (! neokey.begin(0x30)) { // begin with I2C address, default is 0x30 Serial.println("Could not start NeoKey, check wiring?"); while(1) delay(10); } Serial.println("NeoKey started!"); // Pulse all the LEDs on to show we're working for (uint16_t i=0; i