Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: AT24C1024 Amp AverageAnalogIn BaseMachineUIController Envelope ExioBufferdController FilterController MCP23S17 OscController PinDetect RotaryEncoder Sequence SequencerDisplay mbed-rtos mbed st7567LCD
Fork of BaseMachine by
Diff: BaseMachineCommon.h
- Revision:
- 27:173ad2312d03
- Parent:
- 25:ed2079e645fc
- Child:
- 28:407c9f46a07c
diff -r fa2bd913530b -r 173ad2312d03 BaseMachineCommon.h
--- a/BaseMachineCommon.h Thu May 04 09:22:08 2017 +0000
+++ b/BaseMachineCommon.h Thu May 04 09:42:51 2017 +0000
@@ -8,9 +8,18 @@
#ifndef _BASEMACHINE_COMMON_H_
#define _BASEMACHINE_COMMON_H_
+//#define USE_VCVS 1
+#define USE_SVF 1
+
#define TITLE_STR1 ("BaseMachine Test")
#define TITLE_STR2 ("2017.05.04")
+#if USE_VCVS
+ #define TITLE_STR3 ("VCVS LPF Version")
+#elif USE_SVF
+ #define TITLE_STR3 ("SVF Version")
+#endif
+
#define SEQUENCE_N (16)
#define PATTERN_N (8)
