Block a user
Set up scheduled program cycles
Figure out sending program options
Some of these are filled in with #24, but WPM and custom message need to be added.
Use arduinomorse instead of Jled
Prevent user from inputting larger cycle ID than number of transmitters
Why (if true) are cycles starting ~1s late?
Set up scheduled program cycles
- [] Once #38 is merged here, need to wire up keyer in addition to blinker.
Use arduinomorse instead of Jled
Got it. Pumped for this.
- eventually need to make sure user can't input larger cycle ID than number of transmitters
Use arduinomorse instead of Jled
Need to take a break, but this doesn't work if yourCycleID == 1, because there is no extra space at the beginning, so it shows up yourInputStepLength early. So I need to draw a picture of…
Use arduinomorse instead of Jled
Sending extra space at beginning and end because my math/logic isn't right.
Use arduinomorse instead of Jled
Woops, need to use a non-constant cycle ID and n transmitters.
Started on this, haven't committed yet. Need to shut down the sender when not using it.