#include <SoftwareSerial.h> //시리얼통신 라이브러리 호출 #include <Adafruit_NeoPixel.h> #define PIN 6 // LED 제어선의 핀 int blueTx=3; //Tx ...