==================================================
- Feature: now you has a lock var, when lock is true the code will refuse to update any values coming from the ADC; this is to avoid any form of FM modulation due to voltage variations due to high currents or RF when in use in real transceivers.
==================================================
- Bug fixes with value calculations, working as expected now.
- Bug fixes with dir() calculations, working as expected now.
- Big code refactory for size/speed.
- Docs update.
===========================================================
- Range and value can now handle negative integers, needed on setup functions
- Soft set of the 10Hz the hard way, some calcs can lead to jumps on the lower 10 Hz.
- Bug Fix: range edged was not honored on certain conditions
===========================================================
- Flutter fix from amunters code, thanks to Jerry KE7ER.
- Refactory of the code for size and speed, to match flutter fix fix.
- Update all the docs about this release.
====================================================================
- Range set on initialization.
- Step selection on initialization.
- Edge jumps on initialization.
- Start point in the passed range.
- All the above is changeable in hot state via public variables.
- Direction finding for Option selection.