From e121b4240024a180730e6ea10cf177d65cd6031f Mon Sep 17 00:00:00 2001 From: Sergiy <36235297+ShaggyDog18@users.noreply.github.com> Date: Mon, 20 Jul 2020 13:23:50 +0300 Subject: [PATCH] Update SignalGeneratorSD.ino --- SignalGeneratorSD.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalGeneratorSD.ino b/SignalGeneratorSD.ino index d8b8a4d..a93b30f 100644 --- a/SignalGeneratorSD.ino +++ b/SignalGeneratorSD.ino @@ -116,8 +116,8 @@ Inhale new life into your Signal Generator! Enjoy! #define ENABLE_EEPROM // sacve settings to EEPROM, recover them at startup #define ENABLE_MEANDRE05F_SIGMODE // compatible with the new MD_AD9833 library only; if you do not need it - comment! #define NEW_WAY_INPUT_FREQ // input frequency with jumping to the next digit position; Fast rotation adds 10 times more +#define RUNNING_FREQUENCY // The value of frequency is applied "on the fly" with a small 0.5 sec delay. The new frequency value is applied in 0.5 sec after your input is complete. #define ENABLE_VOUT_SWITCH // developped an extra output circuit that switch meander logic level of eather 3.3v or 5v; switched from menu by pin 6 -#define RUNNING_FREQUENCY // The value of frequency is applied "on the fly" with a small 0.5 sec delay. The new frequency value is applied in 0.5 sec after your input is complete. #define EEPROM_ADDRESS_SHIFT 0 // start address in EEPROM to store settings; if EEPROM is vanished and you start getting "EEPROM CRC Error" at launch, change the start address to shift to the other unused EEPROM area //#define SWAP_ENCODER_DIRECTION // swap if encoder is rotating in the wrong direction //#define USE_PHASE //Uncomment the line below if you want to change the Phase instead of the FREQ register // never use or tested