HamRadio360 / Antenna-Analyzer

K6BEZ Antenna Analyzer Build Project
33 stars 18 forks source link

Refactor serial reading and band selection #3

Open dkozel opened 7 years ago

dkozel commented 7 years ago

The serial reading and band selection are easy candidates for refactoring. Band selection should use a lookup table rather than the long switch statement. This would simplify the code and make the main loop easier to read.