Protonerd / FX-SaberOS

System code for Arduino based Lightsaber replicas for DIYino family boards
Creative Commons Zero v1.0 Universal
91 stars 42 forks source link

improved smoothswing #118

Closed rhansenne closed 6 months ago

rhansenne commented 6 months ago

Besides the change in pitch, the hum volume now also increases/decreases in function of movement. Uncomment "SMOOTH_SWING" in SW_Config to enable. Also added an additional DFPLAYER_OPERATING_DELAY setting for clone DFPlayer modules to further resolve any sound issues and cleaned up unused old libraries (Wire is now in core so no longer needs to be bundled; LinkedList and old DFPlayer libraries are no longer needed).