Skip to content

SigmaDSP v1.0.1

Compare
Choose a tag to compare
@MCUdude MCUdude released this 08 Oct 17:36
· 25 commits to master since this release

Changelog:

  • Move all template-based code into the header file
    • Fixes an issue where the library wouldn't compile with PlatformIO
  • Move functions into cpp file instead of header file
    • Fixes an issue where the library wouldn't compile with PlatformIO
  • Add inline to loadProgram() function
    • Necessary to get it to compile with PlatformIO