Skip to content

Commit

Permalink
Update SignalGeneratorSD.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyDog18 committed Jul 20, 2020
1 parent 168e77d commit e121b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignalGeneratorSD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e121b42

Please sign in to comment.