Skip to content

Instantly share code, notes, and snippets.

@rsbohn
Created February 19, 2022 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsbohn/5c3423c6df15a39815b80c8e319d8fc4 to your computer and use it in GitHub Desktop.
Save rsbohn/5c3423c6df15a39815b80c8e319d8fc4 to your computer and use it in GitHub Desktop.
ATtiny817 Morse Key
Turns the Adafruit ATtiny817 breakout into a Morse code output peripheral.
All registers are 16 bits.
Registers
00 Character Rate
01 Word Rate
02 Frequency
03 Duty Cycle
Busy pin
PWM Out pin
Buffer size N
Send text string up to N bytes long.
Wait for busy pin to fall, send the next string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment