diff --git a/AFSK.cpp b/LibAPRS/AFSK.cpp similarity index 100% rename from AFSK.cpp rename to LibAPRS/AFSK.cpp diff --git a/AFSK.h b/LibAPRS/AFSK.h similarity index 100% rename from AFSK.h rename to LibAPRS/AFSK.h diff --git a/AX25.cpp b/LibAPRS/AX25.cpp similarity index 100% rename from AX25.cpp rename to LibAPRS/AX25.cpp diff --git a/AX25.h b/LibAPRS/AX25.h similarity index 100% rename from AX25.h rename to LibAPRS/AX25.h diff --git a/CRC-CCIT.c b/LibAPRS/CRC-CCIT.c similarity index 100% rename from CRC-CCIT.c rename to LibAPRS/CRC-CCIT.c diff --git a/CRC-CCIT.h b/LibAPRS/CRC-CCIT.h similarity index 100% rename from CRC-CCIT.h rename to LibAPRS/CRC-CCIT.h diff --git a/FIFO.h b/LibAPRS/FIFO.h similarity index 100% rename from FIFO.h rename to LibAPRS/FIFO.h diff --git a/HDLC.h b/LibAPRS/HDLC.h similarity index 100% rename from HDLC.h rename to LibAPRS/HDLC.h diff --git a/LICENSE b/LibAPRS/LICENSE similarity index 100% rename from LICENSE rename to LibAPRS/LICENSE diff --git a/LibAPRS.cpp b/LibAPRS/LibAPRS.cpp similarity index 100% rename from LibAPRS.cpp rename to LibAPRS/LibAPRS.cpp diff --git a/LibAPRS.h b/LibAPRS/LibAPRS.h similarity index 100% rename from LibAPRS.h rename to LibAPRS/LibAPRS.h diff --git a/README.md b/LibAPRS/README.md similarity index 100% rename from README.md rename to LibAPRS/README.md diff --git a/constants.h b/LibAPRS/constants.h similarity index 100% rename from constants.h rename to LibAPRS/constants.h diff --git a/device.h b/LibAPRS/device.h similarity index 100% rename from device.h rename to LibAPRS/device.h diff --git a/examples/Basic_usage/Basic_usage.ino b/LibAPRS/examples/Basic_usage/Basic_usage.ino similarity index 100% rename from examples/Basic_usage/Basic_usage.ino rename to LibAPRS/examples/Basic_usage/Basic_usage.ino