BaseMachine UI Controllerに分離

Dependencies:   AverageAnalogIn PinDetect RotaryEncoder Sequence SequencerDisplay mbed-rtos mbed st7567LCD BaseMachineComon

Fork of BaseMachine_Sequencer by Ryo Od

Revision:
48:9cde2da0a5d3
Parent:
47:f4c16d1e4207
Child:
49:22e651444533
--- a/main.cpp	Fri Oct 07 13:23:01 2016 +0000
+++ b/main.cpp	Mon Oct 10 13:48:29 2016 +0000
@@ -26,7 +26,7 @@
 #define SPI2_RATE   (1000000)
 #define POT_RESOLUTION      (7)     // bit
 #define AIN_AVERAGE         (32)    // AnalogInを移動平均する要素数
-#define POLLING_POTS_WAIT   (20)    // POT読み取りThreadのWait値(ミリ秒)
+#define POLLING_POTS_WAIT   (30)    // POT読み取りThreadのWait値(ミリ秒)
 
 enum SequencerCmd {
     CMD_RCV_PLAYING_STEP = 0x01,