Skip to content

SignalGeneratorSD based on AD9833 Module, July 2020

Compare
Choose a tag to compare
@ShaggyDog18 ShaggyDog18 released this 06 Jul 15:10
· 66 commits to master since this release
11243ac

Change Log:

  • Removed the old AD9833 library: no sense to have it as an option... If you still love it, pick up the previous release.
  • Improved Frequency value input experience: More convenient and fast way of input frequency by rotary encoder (if you still like the old way, comment #define NEW_WAY_INPUT_FREQ):
    • continuous input: if reach either '9' or '0' in a digit position, then it jumps over to the senior digit and decreases/increases it.
    • fast input: if fast encoder rotation is detected, then it increases/decreases ten times of a current digit position
  • Improved navigation (see Navigation section in the Readme).
  • New option to hide leading Zeros in frequency representation.