Commit Graph

5 Commits

Author SHA1 Message Date
Reed Nightingale 9e21faa6f1 morseText should take a const char* 2020-02-09 17:04:00 -08:00
Reed Nightingale 9635d404b0 Add morseBool function 2020-01-25 16:31:32 -08:00
Reed Nightingale 3087830bfb Expose single letter morse to other code areas 2020-01-21 21:21:50 -08:00
Reed Nightingale ece69fff3a Let morseText play back at any desired rate, not just the default one 2020-01-19 20:15:01 -08:00
Ashhar Farhan cda86a1b12
Refactored code
The files are not split into .cpp and .h files. The main file ubitxxxx.cpp will have the main routines to control the radio, initialization and main loop. The user interface is implemented in ubitx_ui.cpp, the code for setup/calibration routines is in setup.cpp. Nano gui, keyer, morse.cpp (morse reader) are all libaries that have minimum dependencies on each other.
2019-12-18 12:02:44 +05:30