diff options
author | Camil Staps | 2017-01-31 23:15:28 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-31 23:15:28 +0100 |
commit | 631204a1feffa8cf3795060370b14dfb9f53f533 (patch) | |
tree | 001d32e0157127607f7c088881f098c2eca841a1 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..554fb44 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# CW Logger +CW logger using a PIC microcontroller + +**This is a work in progress.** + +This is a CW logger which receives audio and text input (on an analogue pin and +over UART) and save it to files on an SD card using the FAT32 file system. + +Copyright © [Camil Staps](mailto:info@camilstaps.nl). This project is +licensed under the GPL v2.0 license. For more details, see the `LICENSE` file. |