BaseMachine UI Controllerに分離

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

Fork of BaseMachine_Sequencer by Ryo Od

Changes

RevisionDateWhoCommit message
55:ab24d74eb0e6 2016-10-28 ryood Change SPI bits to 8bit default tip
54:38187ac44253 2016-10-23 ryood Add a slave reset sequence at init.
53:cad31fd61d8a 2016-10-23 ryood Common defines into "BaseMachineCommon.h"
52:72332a596bc5 2016-10-16 ryood Change pins of RunStop & Step(RotEnc)
51:7bbf15d6d7ec 2016-10-16 ryood Change the pin assign of the RunStop (PC_9->PA_12)
50:0a06df15c784 2016-10-13 ryood Display params on the LCD while runnig
49:22e651444533 2016-10-10 ryood Send All Params to Slave
48:9cde2da0a5d3 2016-10-10 ryood Change: POLLING_POTS_WAIT from 30 to 20 (ms)
47:f4c16d1e4207 2016-10-07 ryood POT???????Thread???
46:0fb579ecdd77 2016-10-07 ryood Impl. Rotary Encoder
45:3c7143da38d1 2016-10-07 ryood Impl. Switches & POTs
44:b1bdccdbf67e 2016-10-07 ryood Add: uint16_t SpiSendParams(uint8_t cmd, uint8_t data)
43:12d11507c077 2016-10-07 ryood pollingPot(): POT??????????????
42:3c71f925a47b 2016-10-07 ryood Display the swing of AnalogIn on LCD
41:48864f5f5424 2016-10-01 ryood impl: SPI Master
40:2f9616bdcf65 2016-10-01 ryood restrict octave range
39:c973cfc02014 2016-10-01 ryood Merge: Sequence Library
38:cafa2fff5565 2016-10-01 ryood UI Controller???
37:d4e50159baee 2016-09-09 ryood Display LCD while run
36:50ad7e0a9a95 2016-09-09 ryood Display LCD while run (uncompleted)
35:0165b610796d 2016-09-09 ryood Display LCD while run (uncompleted)
34:602ee5e771e3 2016-09-08 ryood Impl. LCD back light PWM
33:a24a4c435973 2016-09-07 ryood Impl. Level
32:2a4554f8ad3e 2016-09-07 ryood Impl: PulseWidth
31:16d1fbf3a167 2016-09-04 ryood Update: Pin Assign
30:0f652280d6ee 2016-09-04 ryood Update: order of Display POT value
29:4dbd0966f341 2016-08-30 ryood Display Test while running
28:d8614d2b82f9 2016-08-30 ryood SPI Frequency 16MHz (Actuarl 5MHz). Display LCD a value while running.
27:c382689e652b 2016-08-26 ryood Impl. Accent
26:fbf48a178aeb 2016-08-26 ryood ?????????????
25:7382bc0a0329 2016-08-26 ryood Display Octave Value on LCD
24:040cdcb2ff14 2016-08-23 ryood integration testing: UI & Sound
23:5fe70293e34c 2016-08-23 ryood dumpToLCD while stop
22:82f1e7877f9f 2016-08-23 ryood outDca(0) at stop
21:c4d09aaa52b9 2016-08-23 ryood fix up code
20:00d3b6ace8c7 2016-08-23 ryood Add: RotaryEncoder Library
19:241a4b355413 2016-08-23 ryood Add: AverageAnalogIn Library
18:309f794eba74 2016-08-23 ryood Add: PinDetect Library
17:557658db3e81 2016-08-23 ryood Add: SequencerDisplay Library
16:b0419e3c9079 2016-08-23 ryood Add: ST7565 library
15:9813d8eaf57e 2016-08-23 ryood Correct variable names & function names
14:c173e03ee3ad 2016-08-02 ryood ???????????????????
13:b0f988a239df 2016-07-29 ryood ???????????????POT????????
12:c248781608af 2016-07-16 ryood FilterController???
11:42ba71e533ba 2016-06-26 ryood printf???????
10:fb04f9959fd9 2016-06-26 ryood AnalogIn????????????????
9:3e4e08578e1c 2016-06-26 ryood EnvelopeGenerator?AmpController???
8:de409197ff95 2016-06-26 ryood attachUpdate()??????????????????
7:ed01846ee0a5 2016-06-23 ryood Envelope???????UART???
6:fc10eac60b91 2016-06-23 ryood Callback????
5:4abac408b827 2016-06-12 ryood waveShape?pulseWidth?????????
4:dd1582f2e5df 2016-06-09 ryood PSoC4 DCO?????????????
3:e5f26ae1bff3 2016-06-03 ryood ?????samplingRate:10ms?BPM:20???
2:1cad4b1dc3b7 2016-06-03 ryood SPI_RATE 8MHz, samplingRate 5ms???; UART????
1:a9cbde6ba5a5 2016-05-31 ryood PSoC4?SPI Slave????
0:21e39bc75e31 2016-05-30 ryood first commit