This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Reduce RAM usage plus minor bug fixes and improvements.
Refactored code to better use MicroPython const
to reduce RAM usage. Moved some constants into the class definition to reduce RAM usage on import.
Added checks to make sure methods are called with integers when a numeric setting is changed to avoid unexpected results.
Fixed a typo in the spike_threshold
doc-string which stated that the maximum allowed value is 10, when it is 11.