More reorg.

This commit is contained in:
Rob French 2021-01-20 23:26:38 -06:00
parent 04b70450ae
commit c93e191dfd
5 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ License : See fftfunctions.cpp for FFT and CW Decode.
#include <Wire.h>
#include <EEPROM.h>
#include "i2cmeter1.h"
#include "TeensyDSP.h"
#define SWS_HEADER_CHAR_TYPE 'c' //1Byte Protocol Prefix
#define SWS_HEADER_INT_TYPE 'v' //Numeric Protocol Prefex

View File

@ -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 <arduino.h>
#include "i2cmeter1.h"
#include "TeensyDSP.h"
// Code Referency : http://paulbourke.net/miscellaneous/dft/
// DFT, FFT Wiritten by Paul Bourke, June 1993

View File

@ -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
//================================================================