summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-14 16:44:04 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-03-14 16:44:04 +0100
commit6d8c2fa755a2924f2fe3777203b668e2888ecf7b (patch)
treecd881135df77fb42f32ec7eb5ef1a3d39ab10f46 /Cargo.toml
parenta3989ff74c6c37355c43a1e9ac6d94bb2138d9be (diff)
downloadserial-morse-6d8c2fa755a2924f2fe3777203b668e2888ecf7b.tar.gz
add millisecond countermain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e24335..343d4ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,8 @@ panic-halt = "0.2.0"
embedded-hal = "0.2"
nb = "1"
+avr-device = "0.3"
+ufmt = "0.1"
[dependencies.arduino-uno]
git = "https://github.com/rahix/avr-hal"