diff --git a/LibAPRS/AFSK.cpp b/AFSK.cpp similarity index 100% rename from LibAPRS/AFSK.cpp rename to AFSK.cpp diff --git a/LibAPRS/AFSK.h b/AFSK.h similarity index 100% rename from LibAPRS/AFSK.h rename to AFSK.h diff --git a/LibAPRS/AX25.cpp b/AX25.cpp similarity index 100% rename from LibAPRS/AX25.cpp rename to AX25.cpp diff --git a/LibAPRS/AX25.h b/AX25.h similarity index 100% rename from LibAPRS/AX25.h rename to AX25.h diff --git a/LibAPRS/CRC-CCIT.c b/CRC-CCIT.c similarity index 100% rename from LibAPRS/CRC-CCIT.c rename to CRC-CCIT.c diff --git a/LibAPRS/CRC-CCIT.h b/CRC-CCIT.h similarity index 100% rename from LibAPRS/CRC-CCIT.h rename to CRC-CCIT.h diff --git a/LibAPRS/FIFO.h b/FIFO.h similarity index 100% rename from LibAPRS/FIFO.h rename to FIFO.h diff --git a/LibAPRS/HDLC.h b/HDLC.h similarity index 100% rename from LibAPRS/HDLC.h rename to HDLC.h diff --git a/LibAPRS/LICENSE b/LICENSE similarity index 100% rename from LibAPRS/LICENSE rename to LICENSE diff --git a/LibAPRS/LibAPRS.cpp b/LibAPRS.cpp similarity index 100% rename from LibAPRS/LibAPRS.cpp rename to LibAPRS.cpp diff --git a/LibAPRS/LibAPRS.h b/LibAPRS.h similarity index 100% rename from LibAPRS/LibAPRS.h rename to LibAPRS.h diff --git a/README.md b/README.md index 4a76349..e8af8a6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ See the example included in the library for info on how to use it! ## Installation -Place the "LibAPRS" folder (the one in the same folder as this readme file) inside your Arduino "libraries" folder. That's all! +1. Download the library: https://github.com/markqvist/LibAPRS/archive/master.zip +1. (In the Arduino IDE) Sketch > Include Library > Add .ZIP Library... > select the downloaded file > Open ## Getting started diff --git a/LibAPRS/constants.h b/constants.h similarity index 100% rename from LibAPRS/constants.h rename to constants.h diff --git a/LibAPRS/device.h b/device.h similarity index 100% rename from LibAPRS/device.h rename to device.h diff --git a/LibAPRS/examples/Basic_usage/Basic_usage.ino b/examples/Basic_usage/Basic_usage.ino similarity index 100% rename from LibAPRS/examples/Basic_usage/Basic_usage.ino rename to examples/Basic_usage/Basic_usage.ino