diff --git a/Raduino/ubitx_20.ino b/Raduino/Raduino.ino similarity index 100% rename from Raduino/ubitx_20.ino rename to Raduino/Raduino.ino diff --git a/TeensyDSP/i2cmeter1.h b/TeensyDSP/TeensyDSP.h similarity index 100% rename from TeensyDSP/i2cmeter1.h rename to TeensyDSP/TeensyDSP.h diff --git a/TeensyDSP/i2cmeter1.ino b/TeensyDSP/TeensyDSP.ino similarity index 99% rename from TeensyDSP/i2cmeter1.ino rename to TeensyDSP/TeensyDSP.ino index eb0d4a1..ee00a25 100644 --- a/TeensyDSP/i2cmeter1.ino +++ b/TeensyDSP/TeensyDSP.ino @@ -9,7 +9,7 @@ License : See fftfunctions.cpp for FFT and CW Decode. #include #include -#include "i2cmeter1.h" +#include "TeensyDSP.h" #define SWS_HEADER_CHAR_TYPE 'c' //1Byte Protocol Prefix #define SWS_HEADER_INT_TYPE 'v' //Numeric Protocol Prefex diff --git a/TeensyDSP/fftfunctions.cpp b/TeensyDSP/fftfunctions.cpp index 6dc25c1..81bffda 100644 --- a/TeensyDSP/fftfunctions.cpp +++ b/TeensyDSP/fftfunctions.cpp @@ -8,7 +8,7 @@ License : I follow the license of the previous code and I do not add any extra c I hope that the Comment I made or the Comment of OZ1JHM will be maintained. **********************************************************************/ #include -#include "i2cmeter1.h" +#include "TeensyDSP.h" // Code Referency : http://paulbourke.net/miscellaneous/dft/ // DFT, FFT Wiritten by Paul Bourke, June 1993 diff --git a/TeensyDSP/uart_forward.cpp b/TeensyDSP/uart_forward.cpp index 2323531..66976c8 100644 --- a/TeensyDSP/uart_forward.cpp +++ b/TeensyDSP/uart_forward.cpp @@ -70,7 +70,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA The latest version of this library can always be found at http://arduiniana.org. */ -#include "i2cmeter1.h" +#include "TeensyDSP.h" #ifdef USE_SW_SERIAL //================================================================