2022-03-01から1日間の記事一覧

レーザーハープのコードBeta2

#include <LiquidCrystal.h> #define NOTE_ON 144 #define CONTROLCHANGE 176 #define ALLSOUNDOFF 120 #define SensorsNumber 6 //number of photo sensor #define Legato 10 #define Limit 710 LiquidCrystal lcd(0, 1, 2, 3, 4, 5); const int RightSW=13, LeftSW=10, Togg</liquidcrystal.h>…

レーザーハープのコードBeta

#include <LiquidCrystal.h> #define NOTE_ON 144 #define CONTROLCHANGE 176 #define ALLSOUNDOFF 120 #define SensorsNumber 6 //number of photo sensor #define Legato 10 #define Limit 710 LiquidCrystal lcd(0, 1, 2, 3, 4, 5); const int RightSW=13, LeftSW=10, Togg</liquidcrystal.h>…