Update README

This commit is contained in:
Neale Pickett 2021-04-26 08:45:41 -06:00
parent 73e2c81b0c
commit 770f4d2f8b
1 changed files with 10 additions and 2 deletions

View File

@ -36,8 +36,16 @@ Any USB-capable Arduino should be fine, including:
* Adafruit GEMMA M0
* Adafruit Feather M0
You might even be able to get a Digispark (attiny85) to work,
but this may require a little hacking. Send me a patch, if you do!
It may also be possible to get this working on a DigiSpark.
I'm trying to convince Michele Giugliano to try :)
=== Similar projects
* Vail user Michele Giugliano's [MorsePaddle2USB](https://github.com/mgiugliano/MorsePaddle2USB),
which runs on a DigiSpark (attiny85). It only sends keystrokes, so you must keep the Vail
window focused: you can't switch to other apps and still transimit.
* Ham Radio Solutions sells a [USB Paddle Interface](https://hamradio.solutions/vband/)
which appears to be very similar to Michele's project. You must keep the Vail window focused.
== Step 1: Installation