Some of these are filled in with #24, but WPM and custom message need to be added.
- [] Once #38 is merged here, need to wire up keyer in addition to blinker.
Got it. Pumped for this.
- eventually need to make sure user can't input larger cycle ID than number of transmitters
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…
Sending extra space at beginning and end because my math/logic isn't right.
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.
So cool. I wouldn't understand this if not for all the time with Jled, but it's a lot more nimble.
I did it without getting the duration, using millis(). It seems to start/end 1 second slow, though. Will figure that out next.
This has the bonus effect of sending right up until the end of…
I can start on schedule and run forever, then stop by switching the program to off. Seems like a good place to stop.
Repeating n times seems like a for or while loop.
Waiting the right…
I think Jled and arduinomorse were fighting for the gpio. I commented all the Jled stuff out and at least got one message out on startup.