From ae57bbc084509ac798e4b49331d79bfe47107abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C4=81rlis=20Goba?= Date: Thu, 18 Oct 2018 10:44:16 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4bc2a4..3f21e5c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FT8 library -A C++ implementation of FT8 protocol, mostly intended for experimentation with microcontrollers. At the moment only encoding is implemented. +A C++ implementation of FT8 protocol, mostly intended for experimental use on microcontrollers. At the moment only encoding is implemented. The encoding process is relatively light on resources, and an Arduino should be perfectly capable of running this code.