From e6e0b93dfe0c3fcd20a46739cdf7e1d2ecdf0223 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 24 Feb 2019 20:59:50 +0000 Subject: [PATCH] Remove dead link --- content/projects/morse-code-decoder.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/projects/morse-code-decoder.md b/content/projects/morse-code-decoder.md index 5e2b9e5..1a9774b 100644 --- a/content/projects/morse-code-decoder.md +++ b/content/projects/morse-code-decoder.md @@ -6,8 +6,6 @@ subtitle: A JSON file to help decode morse-code It's not often people need to decode text into morse code (and visa-versa), but if I had something like this when I needed to, it would have saved me hours of time! -I originally needed this for the [Student Robotics 2015](/robotics/student-robotics/2015/) entry, to convert a string message into morse code that would be transmitted using LEDs, for aesthetics and debugging. Unfortunately due to a fixed time frame, this idea was scraped before it could be fully implemented. However, the decoder worked perfectly! - ## Usage In order to make it accessible for as many people in as many different languages as possible, I converted our code from python to JSON. Just find a JSON library for your desired language, and it'll work perfectly!