Update README.md

This commit is contained in:
Kārlis Goba 2018-10-18 10:44:16 +03:00 committed by GitHub
parent 5aa5bd077c
commit ae57bbc084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.