Skip to content

SigmaDSP v1.1.0

Compare
Choose a tag to compare
@MCUdude MCUdude released this 12 Jan 08:56
· 20 commits to master since this release

Changelog:

  • Rename EEPROM_SIZE macro to EE_SIZE
    • Turns out that EEPROM_SIZE is a macro already defined on the megaAVR-0 architecture
  • Add Doxygen style comments
    • Makes the coding experience in editors such as VSCode much better.
    • You can hover over a function to read the formatted comment
  • Add sample frequency to constructor
    • Before the sampling frequency was hardcoded to 48 kHz, and functions such as secondOrderEQwould be affected if the actual sample frequencies didn't match.
    • This is a breaking change, make sure to update your constructor!