Skip to content

Library Overhaul

Compare
Choose a tag to compare
@edspark edspark released this 13 Oct 20:55
· 61 commits to main since this release

Changes to the library are rather extensive but I will attempt at a concise list below:

  • Separates the library into three distinct file structures: main source files, bus driver source files, and Arduino interface file
    
  • The data collection was done by value and not by reference which is not....ideal
    
  • Many additional functions for tap related functionality, and other "engine" functionalities
    

Overall this allows for easier implementation of additional functions if needed and the performance is much better with the new changes.