Block a user
Key radio as well as blinking LED
Swapping these shows that keyer
is on all the time...
const int keyer = LED_BUILTIN;//32; //LED_BUILTIN for on-board (dev);//26 for LED; //32 for transmitter keyer
const int blinker =…
Key radio as well as blinking LED
First crack at adding keyer code. It is sending a constant signal (key down) as soon as the board is powered and boots up. Does not send a constant signal without board power, so I think (hope)…
Key radio as well as blinking LED
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?