Browse Source

update

main
duff2013 9 years ago
parent
commit
c6321bc779
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      AudioTuner.cpp

+ 2
- 1
AudioTuner.cpp View File

block_count = count; block_count = count;
if ( process_buffer ) { if ( process_buffer ) {
//digitalWriteFast(0, HIGH);
digitalWriteFast(0, HIGH);
uint16_t tau; uint16_t tau;
uint16_t next; uint16_t next;
next = next_buffer; next = next_buffer;
running_sum = 0; running_sum = 0;
block_count = 0; block_count = 0;
block_count = 0; block_count = 0;
enabled = true;
yin_idx = 1; yin_idx = 1;
data = 0; data = 0;
__enable_irq( ); __enable_irq( );

Loading…
Cancel
Save