KIK 01 Prototype 05
Dependencies: AverageMCP3008 mbed-rtos mbed mcp3008
Fork of KIK01_Proto03 by
Diff: main.cpp
- Revision:
- 8:bb34a4894337
- Parent:
- 7:6735a343780e
- Child:
- 9:d1e6eae9722b
--- a/main.cpp Sun Jun 04 09:36:09 2017 +0000 +++ b/main.cpp Sun Jun 04 10:49:07 2017 +0000 @@ -32,6 +32,10 @@ AnalogIn Ain6(PC_2); AnalogIn Ain7(PC_3); +AnalogIn Ain8(PC_4); +AnalogIn Ain9(PB_1); +AnalogIn Ain10(PC_5); + class EnvelopeAR { public: EnvelopeAR(int _attack, int _release, float _v0, float _v1, float _v2, float _attackTauRatio=0.36f, float _releaseTauRatio=0.36f) :