From: Antonio Ospite Date: Sat, 2 Jan 2016 15:12:16 +0000 (+0100) Subject: CallDistanceTransceiver.py: factor out a MorseDistanceModulator class X-Git-Url: https://git.ao2.it/SaveMySugar/python3-savemysugar.git/commitdiff_plain/922df45b75d830d843ce92167a57c62f97c47762?ds=sidebyside;hp=922df45b75d830d843ce92167a57c62f97c47762 CallDistanceTransceiver.py: factor out a MorseDistanceModulator class Abstract the modulation into its own class, this simplifies the code of the CallDistanceTransceiver class. While at it also start using the difference between a "period" and a "pulse" in SymbolTime, some more documentation about what they mean will be added in some future commit. ---