Ver código fonte

adjust #includes for restructure / deps

main
John Robinson 3 anos atrás
pai
commit
09210c4b05
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
2 arquivos alterados com 7 adições e 7 exclusões
  1. +3
    -3
      include/audio/AudioTuner.h
  2. +4
    -4
      src/AudioTuner.cpp

+ 3
- 3
include/audio/AudioTuner.h Ver arquivo

#ifndef AudioTuner_h_ #ifndef AudioTuner_h_
#define AudioTuner_h_ #define AudioTuner_h_


#include <core_pins.h>
#include "AudioStream.h"
#include "arm_math.h"
#include <core/core_pins.h>
#include <core/AudioStream.h>
#include <core/arm_math.h>
/*********************************************************************** /***********************************************************************
* Safe to adjust these values below * * Safe to adjust these values below *
* * * *

+ 4
- 4
src/AudioTuner.cpp Ver arquivo

* THE SOFTWARE. * THE SOFTWARE.
*/ */


#include "utility/dspinst.h"
#include "arm_math.h"
#include "Arduino.h"
#include "AudioTuner.h"
#include <audio/utility/dspinst.h>
#include <core/arm_math.h>
#include <core/Arduino.h>
#include "audio/AudioTuner.h"


#define NUM_SAMPLES ( AUDIO_GUITARTUNER_BLOCKS << 7 ) #define NUM_SAMPLES ( AUDIO_GUITARTUNER_BLOCKS << 7 )



Carregando…
Cancelar
Salvar