More reorg.
This commit is contained in:
parent
04b70450ae
commit
c93e191dfd
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
//================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user