Writing code to determine the speed of your fist is... not easy.? ??
If you want to experiment, I suggest looking at the routine called 'checkSpeed'.? ?This routine sends the standard word 'PARIS', then computes the WPM speed based on the number of elements and the elapsed time.? ?Try writing something similar that counts the elements being sent and the time spent sending them.?
On Thu, Sep 21, 2023 at 11:52?AM Vincenzo Capuano <vcapuano@...> wrote:
Hi Bruce,
I am using the ESP32 Morse Code Tutor and enjoying it.
I would like to show on the screen the speed at which I am actually keying with both paddle and straight key.
I think I should add some code in?straightKeyInput() and in?paddleInput(). Could you please give me some hints so I can more easily add it to the code?